From 8c2207c58742d50570a1f7203a9a192f988e7b94 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:16:45 -0400 Subject: [PATCH] readme: use omnix --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index df01f6b..acb8450 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ If you have an *existing* Haskell project, you should probably use https://githu ## Getting Started +Initialize this template using: + +```sh +nix --accept-flake-config run github:juspay/omnix -- \ + init github:srid/haskell-template -o ./yourproject +``` + *tldr: [Install Nix](https://nixos.asia/en/install), [setup direnv](https://nixos.asia/en/direnv), open in VSCode, install recommended extensions and run `just run`.* Full instructions: https://srid.ca/haskell-template/start