Skip to content

Commit

Permalink
docs[README]: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parazeeknova authored Nov 13, 2024
1 parent 2600f84 commit 550053d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ git clone https://github.com/zephyr.git && cd zephyr
# 2. Install the dependencies
pnpm install

# 3. Start the development server
# 3. Start the development server using terminal
# Windows
./dev-start.ps1 or pnpm run dev-server:ps1
./dev-start.ps1
# Unix/Linux/Mac
./dev-start.sh or pnpm run dev-server:sh
```
./dev-start.sh

# OR use pnpm
pnpm run dev-server:ps1 (Windows)
pnpm run dev-server:sh (Linux/Unix/Mac)

# OR Manually
# Start Docker services
Expand Down

0 comments on commit 550053d

Please sign in to comment.