about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-02-03T12·03+0100
committerclbot <clbot@tvl.fyi>2023-02-03T12·07+0000
commitf2afd38f2d9e4695f814d332cf2352572d8ab8d6 (patch)
tree4fe77a2174ff2599190a739108bd215f4e0190d7
parent0dd07440b4d92745ee93026e407e48cd10ef5edf (diff)
docs(tvix): move mg shell command into one line r/5830
This was reflowed in a funny way. Move the whole command into its own
line, to prevent it from happening.

Change-Id: Ifba4daf418487ca4c32586820071930d29020f42
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8026
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-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.