Merge pull request #373 from antotocar34/quick_doc_fix

doc: Set a sensical path in command instructions
This commit is contained in:
DavHau 2022-11-14 18:16:29 +01:00 committed by GitHub
commit 0944b40e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ to some common issues.
We start by cloning the project:
```command
> git clone https://github.com/piuccio/cowsay /tmp/my_project
> cd ./my_project
> cd /tmp/my_project
```
## Initialize the dream2nix flake

View File

@ -21,7 +21,7 @@ This guide walks you through the process of setting up nix for your project usin
In this example I will clone the python project [`httpie`](https://github.com/httpie/httpie) to `/tmp/my_project` as an example.
```command
> git clone https://github.com/httpie/httpie /tmp/my_project
> cd ./my_project
> cd /tmp/my_project
```
## Initialize the dream2nix flake.nix