Skip to content

Commit

Permalink
Rename tics to tiflash.
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed Mar 16, 2022
1 parent b3a2cd5 commit 72a3138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Assume `$WORKSPACE` to be the directory under which the TiFlash repo is placed.

```bash
cd $WORKSPACE
git clone --recursive https://github.com/pingcap/tics.git
git clone --recursive https://github.com/pingcap/tiflash.git
```

### Prerequisites
Expand Down Expand Up @@ -58,7 +58,7 @@ Or you can also use system-wise toolchain if you can install `clang/compiler-rt/
TiFlash Env can be created with the following commands (`docker` and `tar xz` are needed):

```bash
cd $WORKSPACE/tics/release-centos7-llvm/env
cd $WORKSPACE/tiflash/release-centos7-llvm/env
make tiflash-env-$(uname -m).tar.xz
```

Expand Down Expand Up @@ -128,15 +128,15 @@ For Ninja:
```bash
cd $BUILD
cmake $WORKSPACE/tics -Gninja
cmake $WORKSPACE/tiflash -Gninja
ninja tiflash
```
For GNU Make:
```bash
cd $BUILD
cmake $WORKSPACE/tics
cmake $WORKSPACE/tiflash
make tiflash -j
```
Expand Down Expand Up @@ -249,6 +249,6 @@ Before submitting a pull request, please use [format-diff.py](format-diff.py) to
> **NOTE**: It is required to use clang-format 12.0.0+.

```
cd $WORKSPACE/tics
cd $WORKSPACE/tiflash
python3 format-diff.py --diff_from `git merge-base ${TARGET_REMOTE_BRANCH} HEAD`
```

0 comments on commit 72a3138

Please sign in to comment.