浏览代码

Misprint in gogs command with crontab

DricomDragon 5 年之前
父节点
当前提交
92aae5e031
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Guides/gogs.md

+ 1 - 1
Guides/gogs.md

@@ -43,7 +43,7 @@ Please launch gogs as gituser.
 
 Find the script to start gogs programmatically in `Install/Templates/startgogs` in this repository. Put at the root of your gogs installation. Then, as _gituser_ :
 
-`crontab -e`
+`$ crontab -e`
 
 And add the line : `@reboot /home/gituser/gogs/startgogs`