Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added trouble shooting guide link
  • Loading branch information
jullrich authored Feb 12, 2024
1 parent 0ff4cc9 commit 5b9a178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ This script will:
- if you get strange python / pip errors during installation / updates you may try the following commands as root:
`pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U`

- Check our [Trouble Shooting Guide](https://github.com/DShield-ISC/dshield/blob/main/docs/general-guides/Troubleshooting.md) for help identifying issues.

## Updates

### Normal Updates
Expand Down

0 comments on commit 5b9a178

Please sign in to comment.