You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/book.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,15 @@ Hi
55
55
This examples are available in the [template](https://github.com/daniqss/stepcode/tree/main/template) folder of the repository.
56
56
57
57
### nix
58
+
58
59
If you are a [nix](https://nixos.org/download/) user, the repo flake exposes a `devShell` to download all the dependencies and have a ready to use environment. You can enter it with:
59
60
60
61
```sh
61
62
nix develop .
62
63
```
63
64
64
65
# Template
66
+
65
67
Furthermore, the template book is available using:
0 commit comments