Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 11, 2016
1 parent 20cec49 commit 8fc48ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-mac.md
Expand Up @@ -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
---
Expand Down
6 changes: 3 additions & 3 deletions README-windows.md
Expand Up @@ -12,17 +12,17 @@ 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.

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
---
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ rimes with your keystrokes.

Project home
---
[rime.github.io](http://rime.github.io)
[rime.im](http://rime.im)

License
---
Expand Down

0 comments on commit 8fc48ba

Please sign in to comment.