소스 검색

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`