Skip to content

Commit 3d60819

Browse files
docs: update readme
1 parent fbcadd8 commit 3d60819

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,30 @@ Sets up a new development environment for a Mac or Linux (i.e., UNIX) box.
2323
* [Further Reading](#further-reading)
2424

2525
## Setup
26+
2627
### Minimum requirements
28+
2729
* [Python 3.11](https://www.python.org/downloads/)
2830

2931
### Recommended requirements
32+
3033
* [devbox](https://www.jetpack.io/devbox/docs/quickstart/)
3134
* [task](https://taskfile.dev/#/installation)
3235

3336
## Development
37+
3438
### Devbox
35-
Devbox takes care of setting up a dev environment automatically.
39+
40+
Devbox takes care of setting up a dev environment automatically.
3641

3742
Under the hood it uses [Nix Package Manager](https://search.nixos.org/packages).
3843

3944
```bash
45+
# install base dependencies
46+
make install
47+
4048
# install devbox
41-
./bootstrap
49+
task install-devbox
4250

4351
# enter dev environment w/deps
4452
devbox shell

0 commit comments

Comments
 (0)