update readme
This commit is contained in:
parent
7b19fcd273
commit
49f6684ff0
1 changed files with 14 additions and 1 deletions
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
||||||
# nixin-farm
|
# nixin-farm
|
||||||
|
|
||||||
NixiN Farm Loco POC
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue