From ba1e2898de8700bd28a00b693e73e1755520546c Mon Sep 17 00:00:00 2001 From: naskya <m@naskya.net> Date: Sun, 11 Feb 2024 17:25:16 +0000 Subject: [PATCH] docs: fix ordered list --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dec6f86a70..f4510b1346 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,21 +78,21 @@ Be willing to comment on the good points and not just the things you want fixed - sea-orm-cli - podman - podman-compose -1. Copy the config file +2. Copy the config file ```sh cp .config/dev.example.yml .config/default.yml ``` -1. Start postgres/redis containers +3. Start postgres/redis containers ```sh pnpm run dev:up ``` -1. Build Firefish +4. Build Firefish ```sh pnpm install pnpm run build:debug pnpm run migrate ``` -1. Start Firefish on your localhost +5. Start Firefish on your localhost ```sh pnpm run start ```