Update README.md

This commit is contained in:
2025-02-10 10:57:20 +11:00
committed by GitHub
parent be0b8decd7
commit cdc4f4b065

View File

@@ -20,7 +20,10 @@ 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/HEAD --no-ff
```