test push
This commit is contained in:
18
README.md
18
README.md
@ -1,2 +1,20 @@
|
||||
# Hazel
|
||||
|
||||
## To clone this repository
|
||||
> ```bash
|
||||
> git clone --recurse-submodule http://116.62.144.93:3000/atdunbg/Hazel.git # recommend
|
||||
> ```
|
||||
> or
|
||||
> ```bash
|
||||
> git clone http://116.62.144.93:3000/atdunbg/Hazel.git
|
||||
> git submodule init
|
||||
> git submodule update
|
||||
> ```
|
||||
|
||||
|
||||
## build
|
||||
|
||||
```bash
|
||||
cmake -B build
|
||||
cmake --build build --config Release -j18
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user