docs: remove non-ascii
This commit is contained in:
parent
2a6428feec
commit
8ebc432999
77
README.md
77
README.md
|
@ -38,42 +38,47 @@ Run `joj3-forge --help` to get basic CLI usage information.
|
||||||
- a sample directory tree as follows
|
- a sample directory tree as follows
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ tree .
|
$ tree -a
|
||||||
.
|
home
|
||||||
├── hidden
|
`-- tt
|
||||||
│ ├── repo.toml
|
|-- .cache
|
||||||
│ ├── immutable_files
|
`-- .config
|
||||||
│ │ ├── push.yaml
|
`-- joj
|
||||||
│ │ └── release.yaml
|
|-- hidden
|
||||||
│ ├── ex1
|
| |-- ex1
|
||||||
│ │ ├── caseX.in
|
| | |-- case1.in
|
||||||
│ │ ├── caseX.out
|
| | |-- case1.out
|
||||||
│ │ ├── conf.json
|
| | |-- conf.json
|
||||||
│ │ └── conf.toml
|
| | `-- conf.toml
|
||||||
│ └── p1
|
| |-- immutable_files
|
||||||
│ ├── caseX.in
|
| | |-- push.yaml
|
||||||
│ ├── caseX.out
|
| | `-- release.yaml
|
||||||
│ ├── conf.json
|
| |-- p1
|
||||||
│ └── conf.toml
|
| | |-- case1.in
|
||||||
├── students
|
| | |-- case1.out
|
||||||
│ ├── repo.toml
|
| | |-- conf.json
|
||||||
│ ├── immutable_files
|
| | `-- conf.toml
|
||||||
│ │ ├── push.yaml
|
| `-- repo.toml
|
||||||
│ │ └── release.yaml
|
|-- students
|
||||||
│ ├── ex1
|
| |-- ex1
|
||||||
│ │ ├── caseX.in
|
| | |-- case1.in
|
||||||
│ │ ├── caseX.out
|
| | |-- case1.out
|
||||||
│ │ ├── conf.json
|
| | |-- conf.json
|
||||||
│ │ └── conf.toml
|
| | `-- conf.toml
|
||||||
│ └── p1
|
| |-- immutable_files
|
||||||
│ ├── caseX.in
|
| | |-- push.yaml
|
||||||
│ ├── caseX.out
|
| | `-- release.yaml
|
||||||
│ ├── conf.json
|
| |-- p1
|
||||||
│ └── conf.toml
|
| | |-- case1.in
|
||||||
├── students.csv
|
| | |-- case1.out
|
||||||
└── tools
|
| | |-- conf.json
|
||||||
├── .clang-tidy
|
| | `-- conf.toml
|
||||||
└── compile
|
| `-- repo.toml
|
||||||
|
|-- students.csv
|
||||||
|
`-- tools
|
||||||
|
|-- .clang-tidy
|
||||||
|
|-- compile
|
||||||
|
`-- helper.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- sample command on the server
|
- sample command on the server
|
||||||
|
|
Loading…
Reference in New Issue
Block a user