Skip to content

Commit

Permalink
adding permission error to README
Browse files Browse the repository at this point in the history
  • Loading branch information
krady committed Jun 25, 2024
1 parent 6b987b6 commit 981afd1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pip install alogamous

## Development

### Setup
1. Open a terminal

1. Install [hatch](https://hatch.pypa.io/latest/)
Expand All @@ -31,6 +32,7 @@ pip install alogamous

Hatch modifies your system PATH variable, and this won't take effect unless you restart the terminal.
1. Make sure hatch works
```bash
Expand Down Expand Up @@ -68,6 +70,17 @@ pip install alogamous
???
### Possible Errors
**Permission Error**
- Message: *PermissionError: [Errno 13] Permission denied: '/usr/local/hatch/bin/hatch'*
- Fix by running:
```bash
sudo chmod a+r /usr/local/hatch/bin/hatch
```
## License
`alogamous` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

0 comments on commit 981afd1

Please sign in to comment.