Use readable tree blocks in README
This commit is contained in:
@@ -62,10 +62,10 @@ Minimalny uklad po starcie zawiera launcher, katalog tokenow i katalog na karty:
|
||||
|
||||
```text
|
||||
~/dev/workspace/rv
|
||||
|-- tools
|
||||
| `-- rv-launcher
|
||||
|-- tokens
|
||||
`-- series
|
||||
├── tools
|
||||
│ └── rv-launcher
|
||||
├── tokens
|
||||
└── series
|
||||
```
|
||||
|
||||
Sa dwie drogi startu.
|
||||
@@ -96,11 +96,11 @@ Po tym kroku workspace ma juz lokalny store:
|
||||
|
||||
```text
|
||||
~/dev/workspace/rv
|
||||
|-- tools
|
||||
| `-- rv-launcher
|
||||
|-- tokens
|
||||
| `-- tokens.json
|
||||
`-- series
|
||||
├── tools
|
||||
│ └── rv-launcher
|
||||
├── tokens
|
||||
│ └── tokens.json
|
||||
└── series
|
||||
```
|
||||
|
||||
### Z `tokens.json`
|
||||
@@ -133,13 +133,13 @@ Karty trafiaja do `series` w workspace:
|
||||
|
||||
```text
|
||||
~/dev/workspace/rv
|
||||
|-- tools
|
||||
| `-- rv-launcher
|
||||
|-- tokens
|
||||
| `-- tokens.json
|
||||
`-- series
|
||||
`-- inf
|
||||
`-- 03
|
||||
├── tools
|
||||
│ └── rv-launcher
|
||||
├── tokens
|
||||
│ └── tokens.json
|
||||
└── series
|
||||
└── inf
|
||||
└── 03
|
||||
```
|
||||
|
||||
`rvctl` pracuje na kartach z `series_root`, czyli na katalogu
|
||||
@@ -152,14 +152,14 @@ kontenerowego. Wtedy pojawia sie pod `tools`:
|
||||
|
||||
```text
|
||||
~/dev/workspace/rv
|
||||
|-- tools
|
||||
| |-- rv-launcher
|
||||
| `-- rv32i-hazard3-env
|
||||
|-- tokens
|
||||
| `-- tokens.json
|
||||
`-- series
|
||||
`-- inf
|
||||
`-- 03
|
||||
├── tools
|
||||
│ ├── rv-launcher
|
||||
│ └── rv32i-hazard3-env
|
||||
├── tokens
|
||||
│ └── tokens.json
|
||||
└── series
|
||||
└── inf
|
||||
└── 03
|
||||
```
|
||||
|
||||
Repozytoria zrodlowe poza workspace, na przyklad `~/dev/edu/repos/rv`, sa
|
||||
|
||||
Reference in New Issue
Block a user