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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-02-03 13:03:59 +01:00 committed by clbot
parent 0dd07440b4
commit f2afd38f2d

View file

@ -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.