Skip to content

Commit

Permalink
Small changes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jan 17, 2020
1 parent 24d1242 commit 9b0de3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Denon

Like Nodemon, but for Deno.
Like [nodemon](https://nodemon.io/), but made in [deno](https://deno.land/).
[(Also a deno style file watcher)](https://github.com/eliassjogreen/denon/blob/master/watcher.ts)

## Install

To install Denon simply enter the following into a terminal:
To install denon simply enter the following into a terminal:

`deno install . denon https://denolib.com/eliassjogreen/denon/denon.ts --allow-read --allow-run -- -- --`

Yeah the last part is funky but it works at least...

## Usage

To use Denon simply think of `denon` as an alternative to `deno run` which accepts all the same flags
To use denon simply think of `denon` as an alternative to `deno run` which accepts all the same flags if no
flags or configuration has been set.

```
Usage:
Expand Down

0 comments on commit 9b0de3f

Please sign in to comment.