Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
erykjj committed May 21, 2024
1 parent 0068c01 commit 3fe4156
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ ____
Requires PyYAML: `pip install pyyaml`

```
python3 nebulder.py [-h] [-v] [-o directory] Outline
python3 nebulder.py [-h] [-v] [-o directory] [-z] Outline
Generate Nebula configs based on a network outline
positional arguments:
Outline Network outline (YAML format)
Expand All @@ -35,6 +37,7 @@ options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-o directory Output directory (defaults to dir where Outline is located)
-z Zip packages
```
____
## Feedback
Expand Down

0 comments on commit 3fe4156

Please sign in to comment.