Add usage instructions for trying commands in shell
This commit is contained in:
parent
af9105e7ac
commit
745004a627
1 changed files with 11 additions and 0 deletions
11
readme.md
11
readme.md
|
@ -45,6 +45,17 @@ Add to your flake.nix:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Try in shell
|
||||||
|
|
||||||
|
```bash
|
||||||
|
#create shell with yay
|
||||||
|
nix shell github:Tophc7/yay.nix
|
||||||
|
|
||||||
|
## run any yay command
|
||||||
|
yay try fastfetch
|
||||||
|
yay garbage
|
||||||
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
### rebuild
|
### rebuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue