diff --git a/docs/00-getting-started.md b/docs/00-getting-started.md index 7a7ab8e..5ffae26 100644 --- a/docs/00-getting-started.md +++ b/docs/00-getting-started.md @@ -39,6 +39,16 @@ source ~/.zshrc source ~/.profile ``` +If you want to upgrade to the very latest Torch version (`https://github.com/torch/distro.git` is only updated from time to time): + +```bash +# dependencies may have changed since your previous install +bash install-deps; +# moves the distro to latest package versions +./update.sh +./install.sh +``` + If you ever need to uninstall torch, simply run the command: ```bash