Update README.md

This commit is contained in:
2025-02-10 11:26:15 +11:00
committed by GitHub
parent 426e6bbd8b
commit 7eea04dbd8

View File

@@ -14,8 +14,18 @@ A robust, modern documentation viewer built for rendering Markdown files with ad
### Development Setup
[Fork this Repo](https://github.com/litruv/Docs-Viewer/fork)
updating:
Click Sync fork
#### Updating
##### From GitHub
On your own repo,
1. Click Sync fork
2. Update branch
##### From CLI
```sh
git fetch upstream
git merge upstream/master
git push
```
### Deployment