1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Update git URL

This commit is contained in:
Toby Zerner
2015-01-03 08:19:31 +10:30
parent 686c54f837
commit 23424a51c6

View File

@@ -70,7 +70,7 @@ Currently Flarum is in its very early stages, and it isnt pretty. **It is far
2. Clone the [Flarum skeleton app](https://github.com/flarum/flarum) and set up the Vagrant box: 2. Clone the [Flarum skeleton app](https://github.com/flarum/flarum) and set up the Vagrant box:
``` ```
git clone git@github.com:flarum/flarum git clone https://github.com/flarum/flarum.git
cd flarum cd flarum
vagrant up vagrant up
``` ```