writinwaters commited on
Commit
f31a705
·
1 Parent(s): 390a40a

Minor editorial updates (#700)

Browse files

### What problem does this PR solve?

Editorial updates only.

### Type of change

- [x] Documentation Update

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -114,12 +114,14 @@
114
 
115
  3. Build the pre-built Docker images and start up the server:
116
 
 
 
117
  ```bash
118
  $ cd ragflow/docker
119
  $ chmod +x ./entrypoint.sh
120
  $ docker compose up -d
121
  ```
122
- > Please note that running the above commands will automatically download the development version docker image of RAGFlow. If you want to download and run a specific version of docker image, please find the RAGFLOW_VERSION variable in the docker/.env file, change it to the corresponding version, for example, RAGFLOW_VERSION=v0.5.0, and run the above commands.
123
 
124
  > The core image is about 9 GB in size and may take a while to load.
125
 
 
114
 
115
  3. Build the pre-built Docker images and start up the server:
116
 
117
+ > Running the following commands automatically downloads the *dev* version RAGFlow Docker image. To download and run a specified Docker version, update `RAGFLOW_VERSION` in **docker/.env** to the intended version, for example `RAGFLOW_VERSION=v0.5.0`, before running the following commands.
118
+
119
  ```bash
120
  $ cd ragflow/docker
121
  $ chmod +x ./entrypoint.sh
122
  $ docker compose up -d
123
  ```
124
+
125
 
126
  > The core image is about 9 GB in size and may take a while to load.
127