fix: correct GitHub username in one-liner and README
This commit is contained in:
parent
9ed27fe1d6
commit
22868d3b69
@ -15,12 +15,12 @@ On 2026-04-04, Anthropic added server-side validation that rejects OAuth request
|
||||
|
||||
## Install
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/kristianvastveit/hermes-claude-auth/main/install-remote.sh | bash
|
||||
curl -fsSL https://raw.githubusercontent.com/kristianvast/hermes-claude-auth/main/install-remote.sh | bash
|
||||
```
|
||||
|
||||
Or clone manually:
|
||||
```bash
|
||||
git clone https://github.com/kristianvastveit/hermes-claude-auth.git
|
||||
git clone https://github.com/kristianvast/hermes-claude-auth.git
|
||||
cd hermes-claude-auth
|
||||
./install.sh
|
||||
```
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
set -euo pipefail
|
||||
|
||||
# One-line installer for hermes-claude-auth.
|
||||
# Usage: curl -fsSL https://raw.githubusercontent.com/kristianvastveit/hermes-claude-auth/main/install-remote.sh | bash
|
||||
# Usage: curl -fsSL https://raw.githubusercontent.com/kristianvast/hermes-claude-auth/main/install-remote.sh | bash
|
||||
|
||||
REPO="https://github.com/kristianvastveit/hermes-claude-auth.git"
|
||||
REPO="https://github.com/kristianvast/hermes-claude-auth.git"
|
||||
TMPDIR="$(mktemp -d)"
|
||||
|
||||
cleanup() { rm -rf "$TMPDIR"; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user