diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3a1f8f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# discordeno-cli +The unofficial and powerful Discordeno CLI. + +## Installation +`deno install --allow-net --allow-read --allow-write --allow-run --unstable --name discordeno https://raw.githubusercontent.com/fuwn/discordeno-cli/master/mod.ts` + +## Testing +- `make` +- `make run` +- `make help` +- `make version` + +## Notes +**Must have Git installed**. + +AUR: `pacman -S git` |