Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n3rada authored Apr 26, 2024
1 parent dfe2854 commit f893146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Getting started with toboggan is as smooth. You can do this by pulling directly from the repository:
```shell
python3 -m pip install 'toboggan@git+https://github.com/n3rada/toboggan.git'
pip install 'toboggan@git+https://github.com/n3rada/toboggan.git'
```

Or, by using [`pipx`](https://pypa.github.io/pipx/) - and you should -, give this a whirl:
```shell
python3 -m pipx install 'git+https://github.com/n3rada/toboggan.git'
pipx install 'git+https://github.com/n3rada/toboggan.git'
```

Thus, you can execute it with the following command:
Expand Down

0 comments on commit f893146

Please sign in to comment.