fache 0.1.320

发车工具箱
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 发车了

```sh
cd /home/shawn/DevCode/fache && git reset --hard && git pull && docker compose -f "docker-compose.yaml" up -d --build && clear
```
```sh
cargo clean
cargo build --release
```

```sh
git reset --hard
git clone https://e.coding.net/deepin/shawn/fache.git
```