Skip to content

Commit

Permalink
bug fix for doc (ray-project#13834)
Browse files Browse the repository at this point in the history
  • Loading branch information
SongGuyang authored Feb 1, 2021
1 parent 361e5f0 commit 6e53a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Ray provides Python, Java, and *EXPERIMENTAL* C++ API. And Ray uses Tasks (funct
| - Build ray from source with *bazel* as shown `here <https://docs.ray.io/en/master/development.html#building-ray-full>`__.
| - Modify `cpp/example/example.cc`.
| - Run `"bazel build //cpp:example"`.
| Option 1:, run the example directly with a dynamic library path. It will start a Ray cluster automatically.
| Option 1: run the example directly with a dynamic library path. It will start a Ray cluster automatically.
| - Run `"ray stop"`.
| - Run `"./bazel-bin/cpp/example/example --dynamic-library-path=bazel-bin/cpp/example/example.so"`
| Option 2: connect to an existing Ray cluster with a known redis address (e.g. `127.0.0.1:6379`).
Expand Down

0 comments on commit 6e53a71

Please sign in to comment.