Skip to content

Commit 36e3a6b

Browse files
author
Christopher Biel
committed
Update readme
1 parent cfddd31 commit 36e3a6b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ It will:
1111

1212
## Install
1313

14+
npm i -D @chbiel/yaln
15+
16+
Or from source
17+
1418
git clone ...
1519
cd ...
1620
npm i -g .
1721

18-
Currently, there is no npm package available.
19-
20-
## Update
21-
22-
Simply git pull.
23-
24-
25-
2622
## Usage
2723

2824
### In source project

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chbiel/yaln",
3-
"version": "1.0.0",
4-
"description": "Watch for local changes, pack them and install",
3+
"version": "1.0.2",
4+
"description": "Watch for local changes, pack them and install with npm",
55
"homepage": "https://github.com/chbiel/yaln",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)