Skip to content

Commit 9e304d8

Browse files
committed
update reame.md
1 parent 0ff3d6f commit 9e304d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ With `Qlib-Server`, you can use `Qlib` in `Online` mode. The `Online` mode is de
1212
- [Deployment](#deployment)
1313
- [One-click Deployment](#one-click-deployment)
1414
- [Step-by-Step Deployment](#step-by-step-deployment)
15+
- [Using Qlib in Online Mode](#using-qlib-in-online-mode)
1516
- [More About Qlib](#more-about-qlib)
1617
- [Contributing](#contributing)
1718

@@ -29,7 +30,7 @@ The `Client/Server` framework of `Qlib` is based on `WebSocket` considering its
2930
# Quick start
3031

3132

32-
## Installation
33+
## Deployment
3334

3435
### One-click Deployment
3536

@@ -44,7 +45,7 @@ Deploy `Qlib-Server` with `docker-compose` according to the following processes:
4445

4546
* Install `docker`, please refer to [Docker Installation](https://docs.docker.com/engine/install).
4647
* Install `docker-compose`, please refer to [Docker-compose Installation](https://docs.docker.com/compose/install/).
47-
- Run the following command to deploy `Qlib-Server`:
48+
* Run the following command to deploy `Qlib-Server`:
4849

4950
```bash
5051
git clone https://github.com/microsoft/qlib-server
@@ -55,8 +56,7 @@ Deploy `Qlib-Server` with `docker-compose` according to the following processes:
5556
sudo docker-compose -f docker_support/docker-compose.yaml logs -f
5657
```
5758

58-
One-click Deployment in `Azure`
59-
--------------------------------------------
59+
#### One-click Deployment in `Azure`
6060

6161
Firstly, You need to have an `Azure` account to deploy `Qlib-Server` in `Azure`. Then you can deploy `Qlib-Server` in `Azure` according to the following processes:
6262

@@ -87,7 +87,7 @@ Firstly, You need to have an `Azure` account to deploy `Qlib-Server` in `Azure`.
8787
--conf_path azure_conf.yaml
8888
```
8989

90-
To know more about one-click Deployment, please refer to [Qlib-Server One-click Deplyment](https://qlib-server.readthedocs.io/en/latest/build.html#one-click-deployment).
90+
To know more about one-click Deployment, please refer to [Qlib-Server One-click Deployment](https://qlib-server.readthedocs.io/en/latest/build.html#one-click-deployment).
9191

9292
### Step-by-step Deployment
9393

0 commit comments

Comments
 (0)