Skip to content

Commit

Permalink
Merge pull request #96 from BunnyTheLifeguard/master
Browse files Browse the repository at this point in the history
docs: command not found solution
  • Loading branch information
notfilippo authored Aug 30, 2020
2 parents 692b8a1 + d9ffa0a commit 7786dce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,21 @@ Huge thanks to all our amazing supporters :heart:

## Other

### FAQ / Troubleshooting

* `Command not found error`

This probably means that the executable path of your os does not include
the `.deno/bin` directory, where denon will be installed.

To fix this you must update your `$PATH`:

```bash
echo 'export PATH="$HOME/.deno/bin:$PATH"' >> ~/.bashrc
```

as mentioned in the [deno manual](https://deno.land/manual/tools/script_installer).

### Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with `deno fmt` and commit messages are done following [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec.
Expand Down

0 comments on commit 7786dce

Please sign in to comment.