From 08ea6968b72e06656d1a64ff0aba470906f13aa2 Mon Sep 17 00:00:00 2001 From: FloRide1 Date: Mon, 14 Oct 2024 23:15:46 +0200 Subject: [PATCH] feat(readme): Add moving example env in Instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9a89621..23e8817 100644 --- a/README.md +++ b/README.md @@ -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 @@ -19,6 +22,9 @@ cargo build --release ### Nix ``` +# Setup example env +mv .env.prod.example .env + nix build ```