Skip to content

Commit

Permalink
UPDATE readme, .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RecuencoJones committed Aug 15, 2018
1 parent ee5b586 commit db57f6d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ deploy:
file: bin/**/*
skip_cleanup: true
name: npmrc $VERSION
body: 'Follow these steps:\n- Download the binary for your distribution\n- Rename it to `npmrc`\n- Make it available in your path\n\nHappy npmrc switching! :)'
on:
tags: true
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

A CLI to manage multiple npmrc files

## Installation from source

```
git clone https://github.com/RecuencoJones/npmrc
cd npmrc
go get -t ./...
go install ./...
```

## Installation from releases

- Download the binary for your distribution
- Rename it to `npmrc`
- Make it available in your path

Happy `.npmrc` switching!

## Usage

```
Expand Down

0 comments on commit db57f6d

Please sign in to comment.