readme: fix typo

This commit is contained in:
DavHau 2022-05-19 16:07:34 +02:00
parent ce73e1a256
commit 1215fff66b

View File

@ -27,7 +27,7 @@ The intention is to integrate many existing 2nix converters into this framework,
(Currently only nodejs and rust packaging is supported)
1. Make sure you use a nix version >= 2.4 and have `experimental-features = "nix-command flakes"` set.
1. Navigate to to the project indended to be packaged and initialize a dream2nix flake:
1. Navigate to to the project intended to be packaged and initialize a dream2nix flake:
```command
cd ./my-project
nix flake init -t github:nix-community/dream2nix#simple