docs: specify how to update a curl/wget install

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
Luca Di Maio
2023-10-02 14:47:12 +02:00
parent 9309e1ebe5
commit 3c889fddef
+4
View File
@@ -388,6 +388,10 @@ curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local
```
#### Upgrading
Just run the `curl` or `wget` command again.
> **Warning**
> Remember to add prefix-path-you-choose/bin to your PATH, to make it work.