Skip to content

Commit

Permalink
README: Simplify installation instructions
Browse files Browse the repository at this point in the history
Closes #845
  • Loading branch information
FND authored and rxaviers committed Nov 5, 2018
1 parent 5e314da commit c56513b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,21 @@ Read the [Locales section](#locales) for more information about supported locale

### Installation

*By downloading a ZIP or a TAR.GZ...*
#### Downloading a ZIP or tarball archive

Click the github [releases tab](https://github.com/globalizejs/globalize/releases) and download the latest available Globalize package.
Click the GitHub [releases tab](https://github.com/globalizejs/globalize/releases) and download the latest available Globalize package.

*By using a package manager...*
#### Using a package manager

Use bower `bower install globalize`, or npm `npm install globalize`.
You can use either npm or bower:

*By using source files...*
- `npm install globalize`
- `bower install globalize`

1. `git clone https://github.com/globalizejs/globalize.git`.
2. [Build the distribution files](#build).
#### Building from source

1. `git clone https://github.com/globalizejs/globalize.git`
2. [Build the distribution files](#build)

### Requirements

Expand Down

0 comments on commit c56513b

Please sign in to comment.