Skip to content

Commit

Permalink
Publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Apr 21, 2024
1 parent f9a020d commit 47e8d92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All options can be passed either through environment or CLI args
```bash
skychat-cli -h some-skychat.com -u user -p password
# or
SKYCHAT_HOST=skych.at SKYCHAT_USER=user SKYCHAT_PASSWORD=password skychat-cli
SKYCHAT_HOST=some-skychat.com SKYCHAT_USER=user SKYCHAT_PASSWORD=password skychat-cli
```

You can log in as guest by not specifying user/password
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skychat-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Connect to a SkyChat instance using CLI",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 47e8d92

Please sign in to comment.