docs(tvix/eval): explain where to find the site-specific mg
tool
When I first read the `README.md` I didn't know what this `mg build` was. Some grepping around turned up `/tools/magrathea`. Apparently this thing "helps me build planets". Awesome! Let's tell other people where to find it. It seems that this tool is (currently) specific to depot, so people who arrive at depot because of tvix probably won't know where to find `mg`. Signed-off-by: Adam Joseph <adam@westernsemico.com> Change-Id: Icb8c51087fd41b696794516abcfee24a4b3b4a14 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6948 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
a545f21cc0
commit
d4bc58b38d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ have.
|
|||
|
||||
If you are in a full checkout of the TVL depot, you can simply run `mg
|
||||
build` in this directory (or `mg build //tvix/eval` from anywhere in
|
||||
the repo).
|
||||
the repo). The `mg` command is found in `/tools/magrathea`.
|
||||
|
||||
**Important note:** We only use and test Nix builds of our software
|
||||
against Nix 2.3. There are a variety of bugs and subtle problems in
|
||||
|
|
Loading…
Reference in a new issue