Skip to content

Commit

Permalink
docs: document devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 27, 2024
1 parent 086450d commit bd8dbc6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This template should help get you started developing with Tauri, Svelte and Type

### Set up environment

Use the Nix Flake for easy setup.
Using the Nix Flake:

```sh
nix develop
Expand All @@ -15,6 +15,13 @@ nix develop
bash -c "SHELL=bash nix develop"
```

Using the dev toolbox container image:
```sh
distrobox create -i ghcr.io/blue-build/workshop-dev -n workshop-dev -p # add --nvidia flag if using nvidia
distrobox enter workshop-dev
```


Install deps

```sh
Expand Down

0 comments on commit bd8dbc6

Please sign in to comment.