Update README.md

This commit is contained in:
2025-02-10 11:22:16 +11:00
committed by GitHub
parent 4180e3fec9
commit 426e6bbd8b

View File

@@ -13,21 +13,9 @@ A robust, modern documentation viewer built for rendering Markdown files with ad
## Quick Start ## Quick Start
### Development Setup ### Development Setup
[Fork this Repo](https://github.com/litruv/Docs-Viewer/fork)
```sh updating:
git clone https://github.com/litruv/Docs-Viewer Click Sync fork
cd Docs-Viewer
git remote add origin https://github.com/litruv/docstesting.git
git remote rename origin upstream
git push -u origin master
```
And then to update from this repo
```sh
git fetch upstream
git merge upstream/master --no-commit
```
### Deployment ### Deployment