Update docs and scripts to use main branch.
When following the getting started guide commands were failing due to the mater branch not existing. I went through and updated all references in the docs and other scripts from master to main.
This commit is contained in:
parent
a819ff2d1f
commit
804e972c57
7 changed files with 8 additions and 8 deletions
doc/start
|
@ -6,8 +6,8 @@ Here is a snippet that will get you the template without the git history:
|
|||
```sh
|
||||
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"
|
||||
nix-shell https://github.com/divnix/devos/archive/main.tar.gz -A shell \
|
||||
--run "bud get main"
|
||||
|
||||
cd devos
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue