We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f868963 commit d8d021dCopy full SHA for d8d021d
README.md
@@ -3,9 +3,7 @@ A utility to facilitate command-line interaction with Solid servers.
3
4
## Installation
5
```
6
-git clone git@github.com:solid/solid-cli.git
7
-cd solid-cli
8
-npm install
+npm install -g @solid/cli
9
10
11
## Usage
@@ -15,5 +13,5 @@ USERNAME=ruben
15
13
PASSWORD=ruben
16
14
URL=https://drive.verborgh.org/inbox/
17
18
-curl "$URL" -H 'Authorization: Bearer '`bin/solid-bearer-token "$IDP" "$USERNAME" "$PASSWORD" "$URL"`
+curl "$URL" -H 'Authorization: Bearer '`solid-bearer-token "$IDP" "$USERNAME" "$PASSWORD" "$URL"`
19
0 commit comments