docs: README #23

Open
李衍志523370910113 wants to merge 3 commits from docs/README into master
Showing only changes of commit 8ebc432999 - Show all commits

View File

@ -38,42 +38,47 @@ Run `joj3-forge --help` to get basic CLI usage information.
- a sample directory tree as follows
```shell
$ tree .
.
├── hidden
│   ├── repo.toml
│   ├── immutable_files
│   │   ├── push.yaml
│   │   └── release.yaml
│   ├── ex1
│   │   ├── caseX.in
│   │   ├── caseX.out
│   │   ├── conf.json
│   │   └── conf.toml
│   └── p1
│   ├── caseX.in
│   ├── caseX.out
│   ├── conf.json
│   └── conf.toml
├── students
│   ├── repo.toml
│   ├── immutable_files
│   │   ├── push.yaml
│   │   └── release.yaml
│   ├── ex1
│   │   ├── caseX.in
│   │   ├── caseX.out
│   │   ├── conf.json
│   │   └── conf.toml
│   └── p1
│   ├── caseX.in
│   ├── caseX.out
│   ├── conf.json
│   └── conf.toml
├── students.csv
└── tools
├── .clang-tidy
└── compile
$ tree -a
jon-lee marked this conversation as resolved Outdated

try tree --charset unicode ., ascii characters are better.

try `tree --charset unicode .`, ascii characters are better.
home
`-- tt
|-- .cache
`-- .config
`-- joj
|-- hidden
| |-- ex1
| | |-- case1.in
| | |-- case1.out
| | |-- conf.json
| | `-- conf.toml
| |-- immutable_files
| | |-- push.yaml
| | `-- release.yaml
| |-- p1
| | |-- case1.in
| | |-- case1.out
| | |-- conf.json
| | `-- conf.toml
| `-- repo.toml
|-- students
| |-- ex1
| | |-- case1.in
| | |-- case1.out
| | |-- conf.json
| | `-- conf.toml
| |-- immutable_files
| | |-- push.yaml
| | `-- release.yaml
| |-- p1
| | |-- case1.in
| | |-- case1.out
| | |-- conf.json
| | `-- conf.toml
| `-- repo.toml
|-- students.csv
`-- tools
|-- .clang-tidy
|-- compile
`-- helper.sh
```
- sample command on the server