Skip to content

Commit

Permalink
Merge pull request #163 from rustshop/dpc-patch-1
Browse files Browse the repository at this point in the history
Update building-new-project.md
  • Loading branch information
dpc authored Jul 8, 2024
2 parents 12d5ee4 + 92c85f9 commit ead2401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building-new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Create a new project:
Since we don't have a dev shell yet, initialize new project using `cargo` from nixpkgs:

```
> git init .
Initialized empty Git repository in /home/dpc/tmp/testcargoinit/.git/
> nix run nixpkgs#cargo -- init
Created binary (application) package
```
Expand Down

0 comments on commit ead2401

Please sign in to comment.