ReadMe: form Git clone section

Without it the beginning looks sudden, weird to other layout.
This commit is contained in:
Anton-Latukha 2021-02-03 23:52:06 +02:00
parent 4618080d01
commit 6f6750c2b0
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41

View File

@ -53,10 +53,10 @@ Tooling is WIP, `nix-shell` and `nix-store` are still used for their purpose, so
## Getting Started
### Git clone
```shell
# Note: --recursive
git clone --recursive 'https://github.com/haskell-nix/hnix.git'
cd hnix
git clone --recursive 'https://github.com/haskell-nix/hnix.git' && cd hnix
```