mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 19:32:26 +00:00
Fix directory tree representation in README.md to accurately reflect file count
This commit is contained in:
10
README.md
10
README.md
@@ -13,12 +13,14 @@ The basic directory tree looks something like this
|
|||||||
├── bin
|
├── bin
|
||||||
│ └── node Node core binary file
|
│ └── node Node core binary file
|
||||||
├── com
|
├── com
|
||||||
│ ├── echo.lua
|
│ ├── echo.lua
|
||||||
│ ├── _globals.lua Declaring global variables and functions for all internal scripts (also required for luarc to work correctly)
|
│ ├── _globals.lua Declaring global variables and functions for all internal scripts (also required for luarc to work correctly)
|
||||||
│ └── _prepare.lua Script that is executed before each script launch
|
│ └── _prepare.lua Script that is executed before each script launch
|
||||||
|
├── config.yaml
|
||||||
└── Makefile
|
└── Makefile
|
||||||
|
|
||||||
3 directories, 4 files
|
3 directories, 6 files
|
||||||
|
|
||||||
```
|
```
|
||||||
Launch by command
|
Launch by command
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user