From b7d65e61c1a3930b1082130f325f4e941b4445d5 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Mon, 20 Mar 2017 08:41:52 -0700 Subject: [PATCH] Shorten --- README.en.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index 7f4abee..436195e 100644 --- a/README.en.md +++ b/README.en.md @@ -13,12 +13,8 @@ This book you are reading is interactive -- each chapter can run as a Jupyter Notebook. -### Install Docker - We packed Jupyter, PaddlePaddle, and all dependencies into a Docker image. So you don't need to install anything except Docker. If you are using Windows, please following [this instruction](https://www.docker.com/docker-windows). If you are running Mac, please follow [this](https://www.docker.com/docker-mac). For various Linux distros, please refer to https://www.docker.com. If you are using Windows or Mac, you might want to give Docker [more memory and CPUs/cores](http://stackoverflow.com/a/39720010/724872). -### Run the Book - Just type ```bash @@ -33,7 +29,7 @@ If you are living in somewhere slow to access DockerHub.com, you might try our m docker run -d -p 8888:8888 docker.paddlepaddle.org/book ``` -### Contribute +## Contribute Your contribution is welcome! Please feel free to file Pull Requests to add your chapter as a directory under `/pending`. Once it is going stable, the community would like to move it to `/`. -- GitLab