From 49f6684ff0bb73ade7d010272864c2391f7016ee Mon Sep 17 00:00:00 2001 From: Fabrice Bellamy <12b@distrilab.fr> Date: Wed, 16 Oct 2024 19:58:24 +0200 Subject: [PATCH] update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc498d..36ffcc9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # nixin-farm -NixiN Farm Loco POC \ No newline at end of file +NixiN Farm Loco POC + + + +## Dev environment +## Install Rust +If you are on NixOS, there is a shell.nix at the root of the project. You just have to run `nix-shell` to get a rust environment +Otherwize, go to https://www.rust-lang.org/tools/install for instructions to install Rust +You will also need open ssl development library (`apt install libssl-dev` on debian/ubuntu) +# Install Loco +``` +$ cargo install loco-cli +$ cargo install sea-orm-cli +```