From f2afd38f2d9e4695f814d332cf2352572d8ab8d6 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 3 Feb 2023 13:03:59 +0100 Subject: docs(tvix): move mg shell command into one line 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/README.md | 4 ++-- 1 file 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. -- cgit 1.4.1