Add proper instructions to the readme
This commit is contained in:
parent
a5f4e405d2
commit
56b638fab3
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,2 +1,12 @@
|
||||||
A sample command-line application with an entrypoint in `bin/`, library code
|
## AWS Parser
|
||||||
in `lib/`, and example unit test in `test/`.
|
|
||||||
|
This is a simple program designed to download the AWS IP Range list and output two text files compatible with PFSense
|
||||||
|
|
||||||
|
## Compilation
|
||||||
|
|
||||||
|
The simplest way is `chmod +x build.sh && ./build.sh`
|
||||||
|
|
||||||
|
Or if you prefer to be complicated...
|
||||||
|
```
|
||||||
|
dart compile exe -o out/awsparser bin/awsparser.dart
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue