Fix README
This commit is contained in:
parent
8ee6de611d
commit
0cc62fd6a7
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ cd new-bigly-chat
|
|||
```
|
||||
Create directories:
|
||||
```
|
||||
mkdir /docs/pfp
|
||||
mkdir docs/pfp
|
||||
```
|
||||
Create a file named ``test_secret.php`` in the ``libs`` folder:
|
||||
```
|
||||
|
@ -18,4 +18,4 @@ Create a file named ``test_secret.php`` in the ``libs`` folder:
|
|||
?>
|
||||
```
|
||||
Initialize the database from the ``scripts`` folder.
|
||||
After all of this is complete, you should have a working BiglyChat installation.
|
||||
After all of this is complete, you should have a working BiglyChat installation.
|
||||
|
|
Loading…
Reference in a new issue