mirror of https://codeberg.org/glenneth/stash.git
docs: update project structure in README
Add USER-GUIDE.md to project structure and improve file descriptions
This commit is contained in:
parent
747342588c
commit
d4f705b572
|
|
@ -136,9 +136,10 @@ stash/
|
||||||
│ ├── conflict.scm # Conflict resolution
|
│ ├── conflict.scm # Conflict resolution
|
||||||
│ ├── colors.scm # Terminal colors
|
│ ├── colors.scm # Terminal colors
|
||||||
│ └── help.scm # Help messages
|
│ └── help.scm # Help messages
|
||||||
├── README.md
|
├── README.md # Project overview
|
||||||
├── DEVLOG.md # Development log
|
├── USER-GUIDE.md # Comprehensive user documentation
|
||||||
└── LICENSE
|
├── DEVLOG.md # Development log
|
||||||
|
└── LICENSE # GNU GPL v3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue