From 5bb54847bc438066f7365c1dabae68c35772eeff Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Tue, 21 Nov 2023 15:36:01 -0500 Subject: [PATCH] docs: getting started using template --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6440d802..c1863ea9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ NixOS-like services for Nix flakes, as a [process-compose-flake](https://github. ## Getting Started -TODO +```sh +$ nix flake new --template github:juspay/services-flake ./my-project +$ cd my-project +$ nix run +``` -(But see `./test/flake.nix`) +Or see `./test/flake.nix` ## Services available