Skip to content

Commit ba3a725

Browse files
committed
fixed documenation/Howto-install.md
1 parent 82de429 commit ba3a725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/Howto-install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Restart mysql service
4545
## Howto install
4646

4747
### Create the configuration file
48-
sudo touch /etc/websnapshot.conf
48+
sudo mkdir -p /etc/websnapshot/
49+
sudo touch /etc/websnapshot/websnapshot.conf
4950
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.
5051

5152
### Create the database

0 commit comments

Comments
 (0)