Skip to content

Commit b3149e1

Browse files
committed
updated readme.md
1 parent 15c3026 commit b3149e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,12 @@ mysql> create database acmanager;
7979

8080
Press `ctrl+d` to get out of MySQL prompt.
8181

82-
Still being in the home directory issue following command to get into project directory:
82+
Still being in the home directory issue following commands to get into project directory
83+
& make the storage directory writeable:
8384

8485
```
8586
$ cd access-manager
87+
$ chmod 777 -R storage
8688
```
8789

8890
Since this is a fresh install, run following command for configuration setup.

0 commit comments

Comments
 (0)