diff options
| author | Fuwn <[email protected]> | 2021-03-06 17:31:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-06 17:31:56 -0800 |
| commit | 0b1496e67b59c347fa8ef32f9dc0ccb49b759b2c (patch) | |
| tree | 018a942d4812757c4ad25935f3817123b17f7ec7 | |
| parent | :star: (diff) | |
| download | discordeno-cli-0b1496e67b59c347fa8ef32f9dc0ccb49b759b2c.tar.xz discordeno-cli-0b1496e67b59c347fa8ef32f9dc0ccb49b759b2c.zip | |
chore: readme
| -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` |