Skip to content

Commit 06b31f6

Browse files
committed
fix README
1 parent 7ef5434 commit 06b31f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ pip3 install -r requirements.txt
1616
- __first run onl-controller__
1717

1818
```
19-
./run.sh migrate
20-
./run.sh run
19+
./manage migrate
20+
./manage run
2121
```
2222

2323
- __then run onl-frontent__
2424

25-
for more details check [OpenNetLab-FE](onl-fe)
25+
for more details check [https://github.com/OpenNetLab/OpenNetLab-Edu-Controller](onl-fe)
2626

2727
- run nginx using local configuration
2828

0 commit comments

Comments
 (0)