Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avimanyu786 committed Jul 4, 2019
1 parent 792d564 commit b9939d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# HIPify-Easy-Installer
To enable easy installation of HIPify to be able to port CUDA code to ROCm HIP.

To make sure the HIPify installer runs with the necessary changes for the current working directory, do the following:
To make sure the HIPify installer runs with the necessary changes for the current working directory, use the following commands from a Terminal:

$```chmod +x HIPify-installer.sh```
1.`chmod +x HIPify-installer.sh`

$``` . HIPify-installer.sh ``` or $```source HIPify-installer.sh``` (NOT $```./HIPify-installer.sh```)
2.`. HIPify-installer.sh` or `source HIPify-installer.sh` (NOT `./HIPify-installer.sh`)

0 comments on commit b9939d7

Please sign in to comment.