about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/README.md b/tvix/README.md
index 6108a81524..da3e353be8 100644
--- a/tvix/README.md
+++ b/tvix/README.md
@@ -57,8 +57,8 @@ leisure.
 The CLI can also be built with standard Rust tooling (i.e. `cargo build`),
 as long as you are in a shell with the right dependencies.
 
- - If you cloned the full monorepo, it can be provided by `mg shell //
-   tvix:shell`.
+ - If you cloned the full monorepo, it can be provided by
+   `mg shell //tvix:shell`.
  - If you cloned the `tvix` workspace only
    (`git clone https://code.tvl.fyi/depot.git:workspace=views/tvix.git`),
    `nix-shell` provides it.