diff options
| author | Tor Aamodt <[email protected]> | 2020-05-27 09:09:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-27 09:09:42 -0700 |
| commit | 089446c9898b050f36e854eebff5dbd33332dce8 (patch) | |
| tree | c9baa66a3aed18a6f97d69618bdbb28e137faa1a | |
| parent | 7cd0edfe0cb654280c30afef89a563867d9e67ed (diff) | |
| parent | 4677a2aaccb551b76b4957d92ff5e21318ca39d4 (diff) | |
Merge pull request #175 from eric-yoo/master
Update README
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
