first commit! 🎉
This commit is contained in:
commit
31cfacb2cc
4 changed files with 101 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# axd
|
||||
|
||||
Simple recreation of `xxd` from scratch!
|
||||
|
||||
Built purely for learning; I don't expect to pack this with features by any means.
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
axd <file>
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
**Requirements:**
|
||||
- a computer
|
||||
- `clang`
|
||||
|
||||
`make build` will build the binary, and `sudo make install` will install it to `/usr/local/bin` with execute permissions.
|
||||
If you're on Windows, I'm so sorry!
|
Loading…
Add table
Add a link
Reference in a new issue