summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author유용환 <[email protected]>2020-04-09 02:50:57 +0900
committerGitHub <[email protected]>2020-04-09 02:50:57 +0900
commit4677a2aaccb551b76b4957d92ff5e21318ca39d4 (patch)
treec9baa66a3aed18a6f97d69618bdbb28e137faa1a
parent7cd0edfe0cb654280c30afef89a563867d9e67ed (diff)
Update README
fix PATH (append to original path)
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7ec45ea..b08ca0f 100644
--- a/README
+++ b/README
@@ -189,7 +189,7 @@ your PATH. You probably want to modify your .bashrc file to incude the
following (this assumes the CUDA Toolkit was installed in /usr/local/cuda):
export CUDA_INSTALL_PATH=/usr/local/cuda
- export PATH=$CUDA_INSTALL_PATH/bin
+ export PATH=$PATH:$CUDA_INSTALL_PATH/bin
Step 2: Build