Skip to content

Commit

Permalink
fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Apr 29, 2015
1 parent c8d7eb4 commit c56ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -414,7 +414,7 @@ steps that explain how to use a docker image::
# For example, build the binary "example" from "example.cpp" using
# the built-in hpx compilation script "hpxcxx". Note that hpx libraries
# other than the core library have to be linked explicitely (like iostreams).
docker run -v $PWD:/hpx -w /hpx stellargroup/hpx:dev hpxcxx example.cpp -o example -liostreams
docker run -v $PWD:/hpx -w /hpx stellargroup/hpx:dev hpxcxx example.cpp --exe=example -liostreams

This comment has been minimized.

Copy link
@hkaiser

hkaiser Apr 29, 2015

Member

This runs over the presentation width github defines, please break the line accordingly:

docker run -v $PWD:/hpx -w /hpx stellargroup/hpx:dev \
    hpxcxx example.cpp --exe=example -liostreams

or similar.

# Now run the resulting program:
docker run -v $PWD:/hpx -w /hpx stellargroup/hpx:dev ./example
Expand Down

0 comments on commit c56ec46

Please sign in to comment.