Skip to content

Commit

Permalink
docs: Add pixi to the 'quick instructions' in the README (#2366)
Browse files Browse the repository at this point in the history
* Add pixi use instructions.
* Split the sections into existing Ruby install, pixi, and Docker.
* Amends PR #2361
  • Loading branch information
matthewfeickert committed Aug 12, 2024
1 parent 2e10f22 commit 26d97c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,25 @@ request will be tested to ensure that all is ok with your changes...

## Testing locally quick instructions (see [setup](https://iris-hep.org/docs/webdev) for full instructions):

### Existing Ruby install

```bash
gem install bundler
bundle install
bundle exec rake serve
```

### `pixi`

[Install `pixi`](https://pixi.sh/latest/#installation) and then run

```shell
pixi run install
pixi run serve
```

### Docker

Alternatively, you can test your changes out using the Jekyll docker image:
```bash
docker run --rm -it \
Expand Down

0 comments on commit 26d97c8

Please sign in to comment.