From 8fc48ba1a65957003d05954e90f22f91525f2135 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Thu, 11 Feb 2016 10:53:28 +0800 Subject: [PATCH] Update README. --- README-mac.md | 4 ++-- README-windows.md | 6 +++--- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-mac.md b/README-mac.md index 1231a8c99..bd06aba17 100644 --- a/README-mac.md +++ b/README-mac.md @@ -22,9 +22,9 @@ You can also manually download and build Boost libraries from source code, then Get the code --- ``` sh -git clone git@github.com:lotem/librime.git +git clone --recursive https://github.com/rime/librime.git ``` -or [download from github](https://github.com/lotem/librime). +or [download from GitHub](https://github.com/rime/librime). Build third-party libraries --- diff --git a/README-windows.md b/README-windows.md index 795ace28f..3ccb0b337 100644 --- a/README-windows.md +++ b/README-windows.md @@ -12,7 +12,7 @@ librime is tested to work on Windows with the following build tools and librarie You may need to update Boost when using a higher version of VS. The following command line tools from msysgit are needed by `build.bat` to automate the build process: - - **git**, used by `build.bat thirdparty` to clone `windows` branch from [lotem/leveldb](https://github.com/lotem/leveldb) + - **git**, used by `build.bat thirdparty` to clone the [windows branch](https://github.com/lotem/leveldb/tree/windows) from lotem/leveldb - **sed**, used by `build.bat thirdparty` to edit project files for static-linking C++ runtime (/MT) You can also build third-party libraries manually without them, by following instructions in the build script. @@ -20,9 +20,9 @@ You can also build third-party libraries manually without them, by following ins Get the code --- ``` batch -git clone git@github.com:lotem/librime.git +git clone --recursive https://github.com/rime/librime.git ``` -or [download from github](https://github.com/lotem/librime). +or [download from GitHub](https://github.com/rime/librime). Setup a build environment --- diff --git a/README.md b/README.md index 6c611a220..b76b32a69 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ rimes with your keystrokes. Project home --- -[rime.github.io](http://rime.github.io) +[rime.im](http://rime.im) License ---