Skip to content

Commit

Permalink
fix: specify container_command_type="runflake" (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronraysmith authored Sep 12, 2023
1 parent a5c9aaa commit 2eee688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you have [direnv](https://github.com/direnv/direnv) installed and configured

```bash
nix develop
just container-run
just container_command_type="runflake" container-run
```

should pull or build the container image in [containers/Containerfile.debnix](./containers/Containerfile.debnix) and run the flake in that image. If you want to force a local rebuild run `just container-build`.
Expand All @@ -40,7 +40,7 @@ If you have a container image manager compatible with macOS installed, such as d
open -a Docker
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install just
just container-run
just container_command_type="runflake" container-run
```

however, please see [rust](https://www.rust-lang.org/tools/install) and [just](https://github.com/casey/just#installation) for details if you prefer another installation method like [homebrew](https://formulae.brew.sh/formula/just).
Expand Down

0 comments on commit 2eee688

Please sign in to comment.