Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
* updated username variable to match the current one
* added `https` option by default
  • Loading branch information
gangsthub authored Aug 21, 2018
1 parent 45ff90d commit 246308a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
```sh
cd my-nuxt-project/
mkdir modules/
git clone git@github.com:<username>/nuxt-i18n.git modules/nuxt-i18n
git clone https://github.com/nuxt-community/nuxt-i18n.git modules/nuxt-i18n
# or
git clone git@github.com:nuxt-community/nuxt-i18n.git modules/nuxt-i18n
```

- Edit your Nuxt config to use the local module:
Expand Down Expand Up @@ -74,7 +76,9 @@ yarn lint && yarn test
- Fork and clone the project

```sh
git clone git@github.com:<username>/nuxt-i18n.git
git clone git@github.com:nuxt-community/nuxt-i18n.git
# or
git clone https://github.com/nuxt-community/nuxt-i18n.git
```

- Install the dependencies
Expand Down

0 comments on commit 246308a

Please sign in to comment.