Skip to content

Commit

Permalink
[README.md] Refactor nix shell info.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 3, 2025
1 parent 457414f commit e2ee40a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ git clone https://github.com/cubing/icons && cd icons
make
```

If you don't have `bun` installed, we provide a [`nix`](https://nixos.org/)
shell you can activate with `nix develop`:
Files are build into the `./dist` dir.

```shell
git clone https://github.com/cubing/icons && cd icons
nix develop
make
```
### Using `nix` for development (optional)

Files are build into the `./dist` dir.
We provide a [`nix`](https://nixos.org/) shell that you can activate with: `nix develop`

### Upgrading/changing dependencies

Expand Down

0 comments on commit e2ee40a

Please sign in to comment.