|
|
@@ -116,9 +116,10 @@ Open `powershell` or `cmd`:
|
|
|
|
|
|

|
|
|
|
|
|
-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
|
|
|
```
|
|
|
|