Fix repo name in docs

This commit is contained in:
Hannu Lyytikainen 2018-08-24 17:04:27 +03:00 committed by Vesa Luusua
parent 6f6eb826b1
commit 6d04d940ce
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ If you just want to get the app running quickly to test it out, first install
[Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/), and follow along:
```sh
git clone git@github.com:sharetribe/sharetribe-starter-app.git # clone this repository
cd sharetribe-starter-app/ # change to the cloned directory
git clone git@github.com:sharetribe/flex-template-web.git # clone this repository
cd flex-template-web/ # change to the cloned directory
cp .env-template .env # copy the env template file to add your local config
emacs .env # in your favorite editor, add the mandatory env vars to the config
yarn install # install dependencies

View file

@ -48,7 +48,7 @@ In the directory you want to create the project in:
git clone git@github.com:YOUR_USERNAME/YOUR_FORK.git # clone your fork
cd YOUR_FORK # changed to the cloned directory
git remote add upstream git@github.com:sharetribe/sharetribe-starter-app.git # add the template as the upstream remote
git remote add upstream git@github.com:sharetribe/flex-template-web.git # add the template as the upstream remote
See also the
[Configuring a remote for a fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/)