Skip to content

Commit dfdafb1

Browse files
authored
Update README.md
1 parent 89220e5 commit dfdafb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ without you writting a single line of Nix code. (see [motivation](#motivation))
99

1010
# Quick Usage
1111

12-
Just run this flake giving it as many package names you need.
12+
Just run this flake giving it as many [packages](https://search.nixos.org/packages) you need.
1313

1414
```
1515
nix run github:vic/use_devshell_toml [package ...]
1616
```
1717

1818
It will make sure the `use_devshell_toml.sh` function is installed into your direnv lib, and
19-
will add all provided [package names](https://search.nixos.org/packages) to `devshell.toml` and create an `.envrc` in current directory.
19+
will update `devshell.toml` and `.envrc` in current directory.
2020

2121
The gif demo above shows this by adding `hello`, `cargo` and `pip` commands in a single command.
2222

0 commit comments

Comments
 (0)