From f172884387a4f851e481c9ed259a3011f77c2724 Mon Sep 17 00:00:00 2001 From: Guilherme Leone <81646062+guibleone@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:11:34 -0300 Subject: [PATCH] Fix typos and grammar issues in documentation (#855) * Fix typos and grammar issues in documentation * Fixed Postgres name in documentation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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