update README.md

Brightcells 9 years ago
parent
commit
c5f33e2da3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -16,6 +16,7 @@ nohup python main.py --port=8002 &>minipai2.log &
16 16
   * See http://askubuntu.com/questions/814/how-to-run-scripts-on-start-up
17 17
   * Running ``crontab -e`` will allow you to edit your cron.
18 18
   * Adding a line as below to it:
19
+
19 20
     ```
20 21
     @reboot /root/pai2/minipai2/startup.sh
21 22
     ```