Skip to content

Commit 258f06b

Browse files
committed
Formatting in README
1 parent 426be17 commit 258f06b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,25 @@ the following:
2727

2828
* Run Composer
2929

30-
composer install
30+
```bash
31+
composer install
32+
```
3133

3234
* Initialize the database via `php data/setupDb.php`
3335

3436
* Run the build-in web server:
3537

36-
php -S localhost:8000
38+
```bash
39+
php -S localhost:8000
40+
```
3741

3842
Now put that address in your browser!
3943

4044
If you have any permissions problems, run the following:
4145

42-
chmod 777 data/database.sqlite
43-
chmod 777 data/web.log
46+
```bash
47+
chmod 777 data/database.sqlite
48+
chmod 777 data/web.log
49+
```
4450

4551
Enjoy!

0 commit comments

Comments
 (0)