diff --git a/README.en.md b/README.en.md index 1695cc6a630c7dc12ef7469a3eebcff30972e9cd..053727fe7675b43c65bcb0a757f1dc211005ebe8 100644 --- a/README.en.md +++ b/README.en.md @@ -20,10 +20,10 @@ Or if you are in china mainland, you can use docker run -d -p 8888:8888 docker.paddlepaddle.org/book ``` -Then open the url http://ip:8888/, such as: +Then open the url http://ip:8888/, such as: ``` http://localhost:8888/ -``` +``` # How to build book's docker image 1.prepare your docker environment, make sure you can run docker command @@ -34,7 +34,7 @@ docker 2.get go [here](https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz) -3.get book source code and build it +3.get book source code and build it ```bash git clone https://github.com/PaddlePaddle/book.git