mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: change git link so that it uses https instead of ssh (#2431)
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ Coder](https://github.com/coder/coder/releases) installed.
|
||||
1. Clone the `coder` repository:
|
||||
|
||||
```console
|
||||
git clone git@github.com:coder/coder.git
|
||||
git clone https://github.com/coder/coder.git
|
||||
```
|
||||
|
||||
2. Navigate into the `coder` folder. Coder requires a non-`localhost` access URL
|
||||
|
||||
Reference in New Issue
Block a user