From 0cc62fd6a746a4f34fc811479c7344ac369eead4 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 5 Dec 2024 00:22:29 -0500 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1de1a4..78ab2bd 100755 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +After all of this is complete, you should have a working BiglyChat installation.