mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
Merge pull request #373 from antotocar34/quick_doc_fix
doc: Set a sensical path in command instructions
This commit is contained in:
commit
0944b40e20
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user