You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ python3 -V
270
270
271
271
The output of your `python3 -V` command should show a 3.12.X
272
272
273
-
⚠️ **WARNING** Depending on your distributtion and version of Linux, modifying the system level Python3 executable version could have unintended consequences.
273
+
⚠️ **WARNING!** Depending on your distributtion and version of Linux, modifying the system level Python3 executable version could have unintended consequences.
274
274
275
275
## Diskover Installation
276
276
@@ -306,7 +306,7 @@ systemctl status nginx php-fpm
306
306
chown -R nginx.nginx /var/www/diskover-web/
307
307
```
308
308
309
-
✏️ **NOTE** You should now be able to hit your Diskover system at the IP address in the browser : `http://IP:8000` if this does not work initially and you get a 500 error, re-run that `chown` command above!
309
+
✏️ **NOTE!** You should now be able to hit your Diskover system at the IP address in the browser : `http://IP:8000` if this does not work initially and you get a 500 error, re-run that `chown` command above!
0 commit comments