diff --git a/README.md b/README.md index 80774e4..6ad07f9 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ Support the development of Kutt by making a donation or becoming an sponsor. ## Setup -The only prerequisite is [Node.js](https://nodejs.org/) (version 20 or above). The default database is SQLite. You can optionally install Posrgres or MySQL/MariaDB for the database or Redis for the cache. +The only prerequisite is [Node.js](https://nodejs.org/) (version 20 or above). The default database is SQLite. You can optionally install Postgres or MySQL/MariaDB for the database or Redis for the cache. When you first start the app, you're prompted to create an admin account. 1. Clone this repository or [download the latest zip](https://github.com/thedevs-network/kutt/releases) 2. Install dependencies: `npm install` -3. Intialize database: `npm run migrate` +3. Initialize database: `npm run migrate` 5. Start the app for development `npm run dev` or production `npm start` ## Docker @@ -70,11 +70,11 @@ Various docker-compose configurations are available. Use `docker compose -f