From 7edef25b4746d5cd092125b048e74fce6fe14448 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Mon, 4 Mar 2024 02:33:46 +0900
Subject: [PATCH] chore (dev): update development.md

---
 docs/development.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/development.md b/docs/development.md
index 1c8dd85cfd..64fe517b39 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -15,8 +15,8 @@ The Firefish repo comes with a new containerized environment to help make develo
 
 ### Start up the environment
 
-1. Run `git clone https://firefish.dev/firefish/firefish.git && cd firefish` to fetch needed files.
-    - If you don't want to clone the entire repository, you can just download the [`dev` directory](https://firefish.dev/firefish/firefish/-/tree/develop/dev) and execute `chmod +x dev/docker-entrypoint.sh`.
+1. Download the [`dev` directory](https://firefish.dev/firefish/firefish/-/tree/develop/dev) and execute `chmod +x dev/docker-entrypoint.sh`.
+    - Alternatively, you can just run `git clone https://firefish.dev/firefish/firefish.git && cd firefish` to fetch needed files (it clones the entire repository, though).
 1. Open `dev/docker-compose.yml` and set `URL` to the URL you want to use (or leave it to `http://localhost:3030`).
 1. Run `docker compose --file dev/docker-compose.yml up`. This will build the environment, dependencies and prepare the needed config files.
     - If you use Podman, you should run `podman-compose --file dev/docker-compose.yml up` instead.