Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
typhoonzero committed Feb 23, 2018
1 parent 0c0a745 commit 585e9ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PaddlePaddle Cloud is a combination of PaddlePaddle and Kubernetes. It
supports fault-recoverable and fault-tolerant large-scaled distributed
deep learning. We can deploy it on public cloud and on-premise
deep learning. We can deploy it on public cloud and on-premise
clusters.

PaddlePaddle Cloud includes the following components:
Expand Down
11 changes: 5 additions & 6 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ so that server-side components can run in the Kubernetes cluster.
- Client side component:
- Command line client

## Build EDL Controller

To build EDL Controller you have to setup [Go development environment](https://golang.org/doc/install#install) and install
Before starting, you have to setup [Go development environment](https://golang.org/doc/install#install) and install
[glide](https://github.com/Masterminds/glide).

After that you can run the following commands to finish the build:
## Build EDL Controller

Run the following commands to finish the build:

```bash
cd go
Expand All @@ -32,8 +32,7 @@ run as a daemon process on the Kubernetes cluster.

## Build paddlectl client

See [here](./build_edl_controller.md) to prepare Go and `glide` environment
first and run the following command to build paddlectl binary.
Run the following command to build paddlectl binary.

```bash
cd go/cmd/paddlectl
Expand Down

0 comments on commit 585e9ba

Please sign in to comment.