From d0cfeee79fad348ff76e052d8516e3a4a665194e Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 26 Apr 2024 11:11:06 -0700 Subject: [PATCH] readme: make it clear that nix is optional for non-android dev Signed-off-by: William Casarin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a1bb917..3f5edc70 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ ./target/release/notedeck "$(cat queries/timeline.json)" "$(cat queries/notifi First, install [nix][nix] if you don't have it. -The `shell.nix` provides a reproducible build environment for android and rust. I recommend using [direnv][direnv] to load this environment when you `cd` into the directory. +The `shell.nix` provides a reproducible build environment, mainly for android but it also includes rust tools if you don't have those installed. It will likely work without nix if you are just looking to do non-android dev and have the rust toolchain already installed. If you decide to use nix, I recommend using [direnv][direnv] to load the nix shell environment when you `cd` into the directory. If you don't have [direnv][direnv], enter the dev shell via: