Skip to content

Commit 1e261a1

Browse files
committed
Update "RUN" section of readme to reflect expanded CLI
Rather than maintaining duplicated command line interface description in the readme, it is better to direct the user to run the `help` command, which will always provide the complete current documentation.
1 parent 00db5f2 commit 1e261a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ task go:test
3535

3636
Create a `config.json` file (or edit example one). Same thing for `repos.txt` file.
3737

38-
Run with `go run sync_libraries.go` or `task go:build` and then `./libraries-repository-engine`
38+
Run the following command to list the available command line interfaces:
39+
40+
```
41+
./libraries-repository-engine help
42+
```
3943

4044
## Security
4145

0 commit comments

Comments
 (0)