housekeeping: change git clone URL (#5612)
When `git clone` -ing from github, `https` URLs are (as far as I know) functionally equivalent yet less error prone.
This commit is contained in:
@@ -11,7 +11,7 @@ Swagger UI includes a development server that provides hot module reloading and
|
||||
|
||||
### Steps
|
||||
|
||||
1. `git clone git@github.com:swagger-api/swagger-ui.git`
|
||||
1. `git clone https://github.com/swagger-api/swagger-ui.git`
|
||||
2. `cd swagger-ui`
|
||||
3. `npm install`
|
||||
4. `npm run dev`
|
||||
|
||||
Reference in New Issue
Block a user