docs: also update the readme with new url

This commit is contained in:
Daylin Morgan 2023-05-31 10:54:53 -05:00
parent ae77c15827
commit 7d98fd422d
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -11,7 +11,7 @@
Try before you buy! Try before you buy!
```sh ```sh
python3 <(curl -fsSL gh.dayl.in/viv/viv.py) run pycowsay -- "viv isn't venv\!" python3 <(curl -fsSL viv.dayl.in/viv.py) run pycowsay -- "viv isn't venv\!"
``` ```
--- ---
@ -32,7 +32,7 @@ For that reason any usage of the `CLI` can be accomplished using a remote copy a
Run the below command to install `viv`. Run the below command to install `viv`.
```sh ```sh
python3 <(curl -fsSL gh.dayl.in/viv/viv.py) manage install python3 <(curl -fsSL viv.dayl.in/viv.py) manage install
``` ```
To access `viv` from within scripts you should add it's location to your `PYTHONPATH`. To access `viv` from within scripts you should add it's location to your `PYTHONPATH`.
@ -74,7 +74,7 @@ viv remove $(viv list -q)
To remove `viv` all together you can use the included `purge` command: To remove `viv` all together you can use the included `purge` command:
```sh ```sh
python3 <(curl -fsSL gh.dayl.in/viv/viv.py) manage purge python3 <(curl -fsSL viv.dayl.in/viv.py) manage purge
``` ```
## Additional Features ## Additional Features
@ -87,7 +87,7 @@ After generating this a standalone `shim` you can freely use this script across
See [examples/black](https://github.com/daylinmorgan/viv/blob/dev/examples/black) for output of below command. See [examples/black](https://github.com/daylinmorgan/viv/blob/dev/examples/black) for output of below command.
```sh ```sh
python3 <(curl -fsSL gh.dayl.in/viv/viv.py) shim black -o ./black --standalone --freeze python3 <(curl -fsSL viv.dayl.in/viv.py) shim black -o ./black --standalone --freeze
``` ```
## Alternatives ## Alternatives