docs: update project structure in README

Add USER-GUIDE.md to project structure and
improve file descriptions
This commit is contained in:
glenneth1 2024-12-06 09:15:20 +03:00
parent 747342588c
commit d4f705b572
1 changed files with 4 additions and 3 deletions

View File

@ -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