diff options
| author | winter | 2025-01-18 22:41:17 +0000 |
|---|---|---|
| committer | winter | 2025-01-18 22:49:41 +0000 |
| commit | f1a48c521472bde1c8668e29f8c5c792e1dd9f9f (patch) | |
| tree | 21b89bf89204371de7a94042d8ed3d02c29d8516 /README.md | |
| parent | 5d55ae009cab1fe82f456111585d20795f4e865a (diff) | |
init script & fix the version info thing
yeah so turns out $Id$ is not what it seems
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ you should have: the basic steps for setup are: -1. run `composer install` +1. run `bin/init` (which will install composer things and update the internal + version info) 2. edit config.ini as appropriate 3. set up the database with `bin/migrate` 4. run the development server with `bin/devserver <port>`, or set it up with |
