Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 23, 2024
1 parent afa2952 commit 4cd98ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
```
sh <(curl -L https://nixos.org/nix/install) --daemon
```

=== "macOS"

```
sh <(curl -L https://nixos.org/nix/install)
```

=== "Windows (WSL2)"

```
sh <(curl -L https://nixos.org/nix/install) --no-daemon
```
Expand Down Expand Up @@ -70,7 +71,7 @@ Given a Git repository, create the initial structure:
```shell-session
$ devenv init
• Creating .envrc
reating devenv.nix
Creating devenv.nix
• Creating devenv.yaml
• Creating .gitignore
```
Expand Down

0 comments on commit 4cd98ab

Please sign in to comment.