diff options
-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 ``` |