Skip to content

Commit 5b9a178

Browse files
authored
Update README.md
added trouble shooting guide link
1 parent 0ff4cc9 commit 5b9a178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ This script will:
4242
- if you get strange python / pip errors during installation / updates you may try the following commands as root:
4343
`pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U`
4444

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

4749
### Normal Updates

0 commit comments

Comments
 (0)