Skip to content

Commit

Permalink
README.md: Rename tics to tiflash. (#4296)
Browse files Browse the repository at this point in the history
ref #4019
  • Loading branch information
JinheLin authored Mar 16, 2022
1 parent 10536de commit 0e70f4f
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 @@ -56,7 +56,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 @@ -126,15 +126,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 @@ -247,6 +247,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 0e70f4f

Please sign in to comment.