diff options
author | Picnoir <picnoir@alternativebit.fr> | 2024-03-21T08·24+0100 |
---|---|---|
committer | picnoir picnoir <picnoir@alternativebit.fr> | 2024-03-22T05·58+0000 |
commit | 798f8b9d43afa9289a4dc6db004d6958293c67fc (patch) | |
tree | fb4083e511fb56ad0f9a9bc015e3b7fe530a9108 | |
parent | aaf68bc39d08be03ef59f8bd0b5a5bc7a5620a66 (diff) |
docs(users/picnoir/tvix-daemon): update readme shell r/7759
Change-Id: I16c25b43a92ba650f9862ab46d11f29e940cb7ae Reviewed-on: https://cl.tvl.fyi/c/depot/+/11226 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
-rw-r--r-- | users/picnoir/tvix-daemon/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/picnoir/tvix-daemon/README.md b/users/picnoir/tvix-daemon/README.md index 8cf6fab4207d..1c65790a22e9 100644 --- a/users/picnoir/tvix-daemon/README.md +++ b/users/picnoir/tvix-daemon/README.md @@ -8,7 +8,9 @@ On the long run, I hope this to be useful to get some real-world usage experienc ## Build +When inside this directory: + ```sh -mg shell //tvix:shell +mg shell :shell cargo build ``` |