Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit d8d021d

Browse files
committed
Update README instructions for npm package.
1 parent f868963 commit d8d021d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ A utility to facilitate command-line interaction with Solid servers.
33

44
## Installation
55
```
6-
git clone git@github.com:solid/solid-cli.git
7-
cd solid-cli
8-
npm install
6+
npm install -g @solid/cli
97
```
108

119
## Usage
@@ -15,5 +13,5 @@ USERNAME=ruben
1513
PASSWORD=ruben
1614
URL=https://drive.verborgh.org/inbox/
1715
18-
curl "$URL" -H 'Authorization: Bearer '`bin/solid-bearer-token "$IDP" "$USERNAME" "$PASSWORD" "$URL"`
16+
curl "$URL" -H 'Authorization: Bearer '`solid-bearer-token "$IDP" "$USERNAME" "$PASSWORD" "$URL"`
1917
```

0 commit comments

Comments
 (0)