Skip to content
Snippets Groups Projects
Commit 804b172d authored by vr s's avatar vr s Committed by q3k
Browse files

docs: warn users not on nix

parent 50fe7b7e
No related branches found
No related tags found
No related merge requests found
......@@ -21,13 +21,13 @@ Dependencies
If you're using Nix(OS), just run ``nix-shell nix/shell.nix``.
On other Linux-based distributions, you will have to manually install ESP-IDF alongside our custom patches:
On other Linux-based distributions, you will have to manually install ESP-IDF alongside our custom patches (note that install.sh installs stuff to your $HOME so that you may want to use a container or nix):
::
$ git clone https://git.flow3r.garden/flow3r/esp-idf
$ cd esp-idf
$ git checkout v5.1-flow3r
$ git checkout tag/v5.1-flow3r
$ git submodule update --init --recursive
$ ./install.sh
$ source export.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment