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: documentation/Howto-install.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ Restart mysql service
45
45
## Howto install
46
46
47
47
### Create the configuration file
48
-
sudo touch /etc/websnapshot.conf
48
+
sudo mkdir -p /etc/websnapshot/
49
+
sudo touch /etc/websnapshot/websnapshot.conf
49
50
You can use [the web-snapshot configuration file](https://github.com/Asqatasun/Web-Snapshot/blob/master/websnapshot-resources/src/main/resources/conf/websnapshot.conf) and replace the variable.
0 commit comments