Updated build instruction.

master
pca006132 2020-08-05 17:08:24 +08:00
parent 3958953ceb
commit e8ba73a8c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation {
XARGO_RUST_SRC = "${rustcSrc}/src";
shellHook = ''
echo "Run 'cargo xbuild --release' to build."
echo "Run 'cargo xbuild --release -p experiments' to build."
'';
}