Skip to content

Commit

Permalink
added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
VTimofeenko committed Feb 14, 2021
1 parent 8b0dda9 commit 55c708a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ It can:
Install the project from PyPI:

```console
$ pip install --user TODO
$ pip install --user overlay-maintain-tools
```

Or from nitratesky overlay:

```console
$ eselect repository enable nitratesky && emerge -a1 TODO
$ eselect repository enable nitratesky && emerge -a1 app-portage/overlay-maintain-tools
```

## Sample usage
Expand Down
4 changes: 2 additions & 2 deletions docs/templates/skeleton.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ It can:
Install the project from PyPI:

```console
$ pip install --user TODO
$ pip install --user overlay-maintain-tools
```

Or from nitratesky overlay:

```console
$ eselect repository enable nitratesky && emerge -a1 TODO
$ eselect repository enable nitratesky && emerge -a1 app-portage/overlay-maintain-tools
```

## Sample usage
Expand Down

0 comments on commit 55c708a

Please sign in to comment.