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

Commit 740d9f2

Browse files
committed
removed version bump
1 parent d58e127 commit 740d9f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Solid CLI
22
A utility to facilitate command-line interaction with Solid servers.
33

4+
**Note :** While this package is still usable, you may want to use
5+
[solid-auth-cli](https://github.com/jeff-zucker/solid-auth-cli)
6+
instead. It is a thin wrapper around solid-cli that provides additional
7+
ways to provide login credentials, persistent login, and the same API
8+
as solid-auth-client. For command-line and interactive shell access,
9+
see [solid-shell](https://github.com/jeff-zucker/solid-shell).
10+
11+
412
## Installation
513
```
614
npm install -g @solid/cli

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)",
55
"description": "A utility to facilitate command-line interaction with Solid servers",
66
"license": "MIT",

0 commit comments

Comments
 (0)