From 063f85c6d4dc13712b02bd5007f60e74c48e4c3e Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Thu, 3 May 2018 11:33:19 +0200 Subject: [PATCH] fix: remove noises readme info --- website/README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/website/README.md b/website/README.md index 5c11c38..6fbc31f 100755 --- a/website/README.md +++ b/website/README.md @@ -15,25 +15,3 @@ Start from the terminal: $ make # build $ make s # start serve ``` - -Note that: - -1. `make` command will check and install all dependencies for you, then build the website into `/public`; -2. `make s` command will serve the static files inside `/public` folder. -3. when you changed the website content, you will need re-compile the website, which means you need use `make` again. - -## On Translations - -The website is originally in German, but we are currently working on support more languages, such as English and Mandarin Chinese. - -### Mandarin Chinese - -* Translation directory - [/v2/modern-cpp/](./src/modern-cpp/cn/) - -## English - -- Translation directory - [/v2/en/](./src/v2/en/) - -## Contributors - -- [Ou Changkun](https://changkun.de) \ No newline at end of file