Skip to content

Commit

Permalink
docs: bud get creates a directory named devos by default
Browse files Browse the repository at this point in the history
As mentioned in #370 it would not result in a directory called `bud`, as
can be seen in the custom `get.bash` command where the directory name
defaults to `devos`.
  • Loading branch information
montchr authored and blaggacao committed Sep 20, 2021
1 parent 252769c commit 0770c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nix-shell -p cachix --run "cachix use nrdxp"
nix-shell https://github.com/divnix/devos/archive/master.tar.gz -A shell \
--run "bud get master"

cd bud
cd devos

nix-shell

Expand All @@ -18,7 +18,7 @@ git add .
git commit -m init
```

This will place you in a new folder named `bud` with git initialized, and a
This will place you in a new folder named `devos` with git initialized, and a
nix-shell that provides all the dependencies, including the unstable nix
version required.

Expand Down

0 comments on commit 0770c7f

Please sign in to comment.