Skip to content

Commit 8cb1f90

Browse files
authored
[Easy] Update README.md to link to Nixhub (#1310)
1 parent a371d0c commit 8cb1f90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
[Devbox](https://www.jetpack.io/devbox/) is a command-line tool that lets you easily create isolated shells for development. You start by defining the list of packages required by your development environment, and devbox uses that definition to create an isolated environment just for your application.
1616

17-
In practice, Devbox works similar to a package manager like `yarn` – except the packages it manages are at the operating-system level (the sort of thing you would normally install with `brew` or `apt-get`).
17+
In practice, Devbox works similar to a package manager like `yarn` – except the packages it manages are at the operating-system level (the sort of thing you would normally install with `brew` or `apt-get`). With Devbox, you can install over [400,000 package versions](https://www.nixhub.io) from the Nix Package Registry
1818

19-
Devbox was originally developed by [jetpack.io](https://www.jetpack.io) and is internally powered by `nix`.
19+
Devbox was originally developed by [jetpack.io](https://www.jetpack.io) and is internally powered by `nix`.
2020

2121
## Demo
2222

@@ -81,12 +81,14 @@ In this quickstart we’ll create a development shell with specific tools instal
8181

8282
This creates a `devbox.json` file in the current directory. You should commit it to source control.
8383

84-
3. Add command-line tools from [Nix Packages](https://search.nixos.org/packages). For example, to add Python 3.10:
84+
3. Add command-line tools from Nix. For example, to add Python 3.10:
8585

8686
```bash
8787
devbox add [email protected]
8888
```
8989

90+
Search for more packages on [Nixhub.io](https://www.nixhub.io)
91+
9092
4. Your `devbox.json` file keeps track of the packages you've added, it should now look like this:
9193

9294
```json

0 commit comments

Comments
 (0)