From 78dac57bcbb9199ed258108af6e0e727b9ad4436 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:27:24 -0400 Subject: [PATCH] readme: Update `om init` command resolves #40 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index dca810d..9bc99e6 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ A template Rust project with fully functional and no-frills Nix support, as well You can use [omnix](https://omnix.page/om/init.html)[^omnix] to initialize this template: ``` -DIR=~/my-rust-project -mkdir $DIR && cd $DIR -nix --accept-flake-config run github:juspay/omnix -- init github:srid/rust-nix-template -o . +nix --accept-flake-config run github:juspay/omnix -- init github:srid/rust-nix-template -o ~/my-rust-project ``` [^omnix]: If initializing manually, make sure to: @@ -18,7 +16,6 @@ nix --accept-flake-config run github:juspay/omnix -- init github:srid/rust-nix-t ## Adapting this template - - There are two CI workflows, and one of them uses Nix which is slower (unless you configure a cache) than the other one based on rustup. Pick one or the other depending on your trade-offs. ## Development (Flakes)