Browse Source

Update readme

master
Ludovic 'Archivist' Lagouardette 4 years ago
parent
commit
9f49293056
1 changed files with 13 additions and 16 deletions
  1. +13
    -16
      README.md

+ 13
- 16
README.md View File

@ -1,27 +1,24 @@
# andrew
# Andrew
TODO: Write a description here
Code generator to generate network packet parsers in C++ from YAML
## Installation
TODO: Write installation instructions here
```bash
crystal build src/andrew.cr
sudo chown root andrew
sudo chmod 0555 andrew
sudo mv andrew /usr/local/bin/
```
## Usage
TODO: Write usage instructions here
```bash
andrew tests/record.yml > record.cpp
```
## Development
TODO: Write development instructions here
## Contributing
1. Fork it (<https://github.com/your-github-user/andrew/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
See examples in `/tests/`
## Contributors
- [your-name-here](https://github.com/your-github-user) - creator and maintainer
- [Ludovic 'Archivist' Lagouardette](https://git.nekoit.xyz/Archivist) - creator and maintainer

Loading…
Cancel
Save