From 589ee9f62356178c94e7281bfc9e3c9a8d965e22 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:21:48 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec70b9fe..c8a387da 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ To learn how to use the various features, check out the Documentation: https://g #### More information -The script will create a folder called `installer_files` where it will download Miniconda, create a Conda environment, and install the webui requirements. The installation is self-contained: if you want to reinstall, just delete `installer_files` and run the start script again. +The script will create a folder called `installer_files` where it will create a Conda environment using Miniconda. The installation is self-contained: if you want to reinstall, just delete `installer_files` and run the start script again. -The same `start` script should be used to launch the webui in the future after it is already installed. +To launch the webui in the future after it is already installed, run the same `start` script. To update, run `update_linux.sh`, `update_windows.bat`, `update_macos.sh`, or `update_wsl.bat`.