summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 01:43:12 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 01:43:12 +0500
commit29477e67ede12347b153e2255325327374e1b073 (patch)
treebe9170a20d332eab1fcc8b380f70f231921aac45 /README.md
parent28bb4f3618e2e947d14a05a24e99d826c26c0ce3 (diff)
feat: new configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7650409..ed1927e 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,10 @@ The main goal of the project is to replicate full functionality of other emote p
### Step-by-step
1. Clone the repository.
-2. Import `database.sql` to your database.
-3. Copy `src/config.sample.php` to `src/config.php` and set it up.
-4. Use reverse proxy *(Nginx, Apache, etc.)* for the project. See [configuration examples](#reverse-proxy-configurations).
-5. ???
-6. Profit! It should work.
+2. Use reverse proxy *(Nginx, Apache, etc.)* for the project. See [configuration examples](#reverse-proxy-configurations).
+3. Go to `/` (or `/system/config.php`) in your browser to configure the instance.
+4. ???
+5. Profit! It should work.
### Reverse proxy configurations