Skip to content

Commit

Permalink
docs: getting started using template
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Nov 21, 2023
1 parent f0d2860 commit 5bb5484
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5bb5484

Please sign in to comment.