From bb25a06baacf4bd6201121fe6f79b58dd95d2471 Mon Sep 17 00:00:00 2001 From: sakridge Date: Mon, 19 Aug 2019 12:17:24 -0700 Subject: [PATCH] Remove mvines workspace path (#5556) --- book/src/validator-software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/validator-software.md b/book/src/validator-software.md index bce6c40f5..a959edb03 100644 --- a/book/src/validator-software.md +++ b/book/src/validator-software.md @@ -57,7 +57,7 @@ If building for CUDA (Linux only), fetch the perf-libs first then include the `cuda` feature flag when building: ```bash $ ./fetch-perf-libs.sh -$ source /home/mvines/ws/solana/target/perf-libs/env.sh +$ source target/perf-libs/env.sh $ ./scripts/cargo-install-all.sh . cuda $ export PATH=$PWD/bin:$PATH ```