Skip to content

Commit db57f6d

Browse files
committed
UPDATE readme, .travis.yml
1 parent ee5b586 commit db57f6d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ deploy:
2121
file: bin/**/*
2222
skip_cleanup: true
2323
name: npmrc $VERSION
24-
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! :)'
2524
on:
2625
tags: true

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
A CLI to manage multiple npmrc files
44

5+
## Installation from source
6+
7+
```
8+
git clone https://github.com/RecuencoJones/npmrc
9+
cd npmrc
10+
go get -t ./...
11+
go install ./...
12+
```
13+
14+
## Installation from releases
15+
16+
- Download the binary for your distribution
17+
- Rename it to `npmrc`
18+
- Make it available in your path
19+
20+
Happy `.npmrc` switching!
21+
522
## Usage
623

724
```

0 commit comments

Comments
 (0)