Skip to content

Commit

Permalink
Merge branch 'ruby-version' of github.com:gdotdesign/elm-github-insta…
Browse files Browse the repository at this point in the history
…ll into ruby-version
  • Loading branch information
gdotdesign committed Jan 9, 2017
2 parents 36777d5 + bc00697 commit d28a28e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem install elm-install
```

If you have npm installed on your machine then you can install it directly from
[npm](https://www.npmjs.com/package/elm-github-install)
[npm](https://www.npmjs.com/package/elm-github-install):

```
npm install elm-github-install -g
Expand All @@ -47,7 +47,7 @@ replacement:
```

Command:
```sh
```
$ elm-install
Resolving packages...
Expand Down Expand Up @@ -98,22 +98,20 @@ used from the `elm-package.json` at that reference**.

## FAQ

**Do I need to use SSH keys?**
#### Do I need to use SSH keys?

It dependes on your use case, but for public repositories in Github or Bitbucket
it's not needed.

**What url protocols are supported?**

#### What url protocols are supported?
The following protocols can be used:

* ssh://[user@]host.xz[:port]/path/to/repo.git/
* git://host.xz[:port]/path/to/repo.git/
* http[s]://host.xz[:port]/path/to/repo.git/
* [user@]host.xz:path/to/repo.git/

**Can I install from private repositories?**

#### Can I install from private repositories?
Yes private repositories are supported provided you have authentication
(for example SSH keys).

Expand Down

0 comments on commit d28a28e

Please sign in to comment.