We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426be17 commit 258f06bCopy full SHA for 258f06b
README.md
@@ -27,19 +27,25 @@ the following:
27
28
* Run Composer
29
30
- composer install
+```bash
31
+composer install
32
+```
33
34
* Initialize the database via `php data/setupDb.php`
35
36
* Run the build-in web server:
37
- php -S localhost:8000
38
39
+php -S localhost:8000
40
41
42
Now put that address in your browser!
43
44
If you have any permissions problems, run the following:
45
- chmod 777 data/database.sqlite
- chmod 777 data/web.log
46
47
+chmod 777 data/database.sqlite
48
+chmod 777 data/web.log
49
50
51
Enjoy!
0 commit comments