Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ goe://<repo_address>:<chain_id>
npm install -g goe-cli
```

> ⚠️ **Note for Linux Users:**
> GoE CLI currently supports macOS and Windows. Linux support is still in progress, as the CLI relies on keytar for
> secure key storage, which is not yet working reliably on Linux. We’re actively working on adding full Linux support.

### 1. Wallet Command

Manage wallets that act as your on-chain identity.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goe-cli",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"bin": {
"git-remote-goe": "./dist/helper/index.js",
Expand Down