Skip to content

Commit

Permalink
Fix repo name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lyyder committed Aug 24, 2018
1 parent 0d8e688 commit fb90807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:sharetribe/sharetribe-starter-app.git # clone this repository
cd sharetribe-starter-app/ # change to the cloned directory
git clone [email protected]: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
Expand Down
2 changes: 1 addition & 1 deletion docs/customization-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In the directory you want to create the project in:

git clone [email protected]:YOUR_USERNAME/YOUR_FORK.git # clone your fork
cd YOUR_FORK # changed to the cloned directory
git remote add upstream [email protected]:sharetribe/sharetribe-starter-app.git # add the template as the upstream remote
git remote add upstream [email protected]: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/)
Expand Down

0 comments on commit fb90807

Please sign in to comment.