Skip to content

Commit 2f4f3b0

Browse files
committed
readme.md updated
1 parent 0dde8f5 commit 2f4f3b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ First of all you need to build your version:
1212

1313
### Using default `./godemon`
1414
Now 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>`.
1616
In first argument you're giving godemon the path to project, and in second
1717
argument you're choosing is it simple go file or go module - if module pass
1818
argument - `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`
2123
1. `wget https://github.com/nProgrammer/godemon/releases/download/1.1.0/installer.sh`
2224
2. `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>`

0 commit comments

Comments
 (0)