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
|
||||
│ ├── colors.scm # Terminal colors
|
||||
│ └── help.scm # Help messages
|
||||
├── README.md
|
||||
├── DEVLOG.md # Development log
|
||||
└── LICENSE
|
||||
├── README.md # Project overview
|
||||
├── USER-GUIDE.md # Comprehensive user documentation
|
||||
├── DEVLOG.md # Development log
|
||||
└── LICENSE # GNU GPL v3
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue