From 0a4fad2d4627bcb3fedd730acab36410404d9eb4 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:20:37 -0800 Subject: [PATCH] Update README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 17273093..205e59b0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ To launch the web UI again in the future, run the same `start_` script that you Command-line flags can be passed to the `start_` script. Alternatively, you can open the file `CMD_FLAGS.txt` with a text editor and add your flags there. +To get updates in the future, run `update_linux.sh`, `update_windows.bat`, `update_macos.sh`, or `update_wsl.bat`. +
Setup details and information about installing manually @@ -45,18 +47,10 @@ The script creates a folder called `installer_files` where it sets up a Conda en To launch the webui in the future after it is already installed, run the same `start` script. -#### Getting updates - -Run `update_linux.sh`, `update_windows.bat`, `update_macos.sh`, or `update_wsl.bat`. - #### Running commands If you ever need to install something manually in the `installer_files` environment, you can launch an interactive shell using the cmd script: `cmd_linux.sh`, `cmd_windows.bat`, `cmd_macos.sh`, or `cmd_wsl.bat`. -#### Defining command-line flags - -To define persistent command-line flags like `--listen` or `--api`, edit the `CMD_FLAGS.txt` file with a text editor and add them there. Flags can also be provided directly to the start scripts, for instance, `./start-linux.sh --listen`. - #### Other info * There is no need to run any of those scripts as admin/root.