Your Name 8 mesi fa
parent
commit
31ca6db430
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -116,9 +116,10 @@ Open `powershell` or `cmd`:
 
 ![run-powershell](images/run-powershell.png)
 
-You will clone the repository to your desktop, type these commands into the `powershell` terminal.  The output should match closely with the example.  You will want to replace the clone url with your own repository `https://git.pebbleguy.com/{{your_gogs_account_name}}/{{repository_name}}`
+You will clone the repository to your desktop, type these commands into the `powershell` terminal.  The output should match closely with the example.  You will want to replace the clone url with your own repository.
 ```
 cd Desktop
+# https://git.pebbleguy.com/{{your_gogs_account_name}}/{{repository_name}}
 git clone https://git.pebbleguy.com/kyle/kyleguy
 ```