Explorar el Código

Prep for v1.8.0 - fix publish readme

Charlie Kindel hace 2 años
padre
commit
aed727ee01
Se han modificado 1 ficheros con 3 adiciones y 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
 ```