Skip to content

Commit 74f1932

Browse files
author
Dmitry Grigoriev
committed
Doc fix.
1 parent 8e11b14 commit 74f1932

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
@@ -32,7 +32,7 @@ Same approach is used for Python scripts, Scala scripts, etc. So I did the same:
3232

3333
2. [Optional] Check its source code, update GCC options to your needs.
3434

35-
3. Compile and install it. I install to /usr/local/bin, so I run this command as root. You can install it anywhere you want. I use gcc 7.3.0, so I explicitly link libstdc++fs.a which implements std::experimental::filesystem.
35+
3. Compile and install it. I install to /usr/local/bin, so I run this command as root. You can install it anywhere you want, just don't forget to edit path in `hello.cpp`'s shebang line. I use gcc 7.3.0, so I explicitly link libstdc++fs.a which implements std::experimental::filesystem.
3636

3737
# g++ build-n-run.cpp -lstdc++fs -o /usr/local/bin/build-n-run
3838

0 commit comments

Comments
 (0)