Skip to content

Commit d1caff5

Browse files
authored
Update README.md
1 parent b5506fe commit d1caff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ openMP is a part of the compiler, so we can use Homebrew to install GNU Compiler
4343
$ brew install gcc --without-multilib
4444
```
4545

46-
and then you can run your .c program for example (helloWorldOMP.c) with this command
46+
and then you can compile and run your .c program for example (helloWorldOMP.c) with these commands
4747
```
4848
gcc-7 -fopenmp -o helloWorldOMP helloWorldOMP.c
4949
./helloWorldOMP

0 commit comments

Comments
 (0)