bug fix for doc (#13834)

This commit is contained in:
SongGuyang
2021-02-01 21:13:43 +08:00
committed by GitHub
parent 361e5f0bef
commit 6e53a71978
+1 -1
View File
@@ -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`).