diff options
Diffstat (limited to 'doc/manual/src/installation/obtaining-source.md')
-rw-r--r-- | doc/manual/src/installation/obtaining-source.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/src/installation/obtaining-source.md b/doc/manual/src/installation/obtaining-source.md index 2937130cf..0a906e390 100644 --- a/doc/manual/src/installation/obtaining-source.md +++ b/doc/manual/src/installation/obtaining-source.md @@ -10,7 +10,9 @@ Alternatively, the most recent sources of Nix can be obtained from its following command will check out the latest revision into a directory called `nix`: - $ git clone https://github.com/NixOS/nix +```console +$ git clone https://github.com/NixOS/nix +``` Likewise, specific releases can be obtained from the [tags](https://github.com/NixOS/nix/tags) of the repository. |