arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

wiki: Getting Started: clone with https #71

Closed philwsac closed 6 years ago

philwsac commented 6 years ago

Thanks for making this project. On the wiki's Getting Started page, the git clone via ssh doesn't work for all users:

git clone git@github.com:viljamis/vue-design-system.git

A suggested fix is to replace it with a clone that uses https:

git clone https://github.com/viljamis/vue-design-system.git
arielsalminen commented 6 years ago

Fixed :)