Explorar o código

Prep for v1.8.0 - fix publish readme

Charlie Kindel %!s(int64=3) %!d(string=hai) anos
pai
achega
aed727ee01
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Terminal.Gui/README.md

+ 3 - 1
Terminal.Gui/README.md

@@ -87,13 +87,15 @@ git push
 ### 5) Pull the merged `develop` from `upstream`
 
 ```powershell
-git pull upstream `develop`
+git checkout develop
+git pull upstream develop
 ```
 
 ### 6) Merge `develop` into `main`
 
 ```powershell
 git checkout main
+git pull upstream main
 git merge develop
 ```