File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ First of all you need to build your version:
1212
1313### Using default ` ./godemon `
1414Now you can move file ` godemon ` to folder with your go project and
15- start it using command: ` ./godemon cnf <command> ` or ` ./godemon cmd <fileOrDir> <fileOrModule> ` .
15+ start it using command: ` ./godemon - cnf=cnf -command= <command> ` or ` ./godemon -cnf= cmd -path= <fileOrDir> -modOrFile= <fileOrModule> ` .
1616In first argument you're giving godemon the path to project, and in second
1717argument you're choosing is it simple go file or go module - if module pass
1818argument - ` mod ` , if file pass argument - ` file `
1919
20+ If you need help with clie use command ` ./godemon -help `
21+
2022### Installing ` godemon ` with ` installer.sh `
21231 . ` wget https://github.com/nProgrammer/godemon/releases/download/1.1.0/installer.sh `
22242 . ` sudo chmod 777 ./installer.sh `
@@ -47,4 +49,4 @@ argument - `mod` , if file pass argument - `file`
4749 ]
4850}
4951```
50- 3 . Now use command: ` godemon cnf <command-name> `
52+ 3 . Now use command: ` godemon - cnf=cnf -command= <command-name> `
You can’t perform that action at this time.
0 commit comments