Skip to content

Commit

Permalink
feat(readme): Add moving example env in Instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-ride committed Oct 14, 2024
1 parent 4543f78 commit 08ea696
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This project is a backend API built using Rust with the Axum web framework, desi
# Dependencies (Optional)
nix develop

# Setup example env
mv .env.prod.example .env

cargo run --release
# or if you want to build the exec
cargo build --release
Expand All @@ -19,6 +22,9 @@ cargo build --release

### Nix
```
# Setup example env
mv .env.prod.example .env
nix build
```

Expand Down

0 comments on commit 08ea696

Please sign in to comment.