mirror of
https://github.com/harivansh-afk/claude-continual-learning.git
synced 2026-04-15 07:04:45 +00:00
Fix install URL to correct repo
This commit is contained in:
parent
298d34aa27
commit
b329178a86
1 changed files with 2 additions and 2 deletions
|
|
@ -5,13 +5,13 @@ A self-improving coding agent that learns from every session. Patterns, failures
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/Cloud/continual-learning/main/install.sh | bash
|
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/claude-continual-learning/main/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Or clone and install manually:
|
Or clone and install manually:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Cloud/continual-learning.git
|
git clone https://github.com/harivansh-afk/claude-continual-learning.git
|
||||||
cd continual-learning
|
cd continual-learning
|
||||||
./install.sh /path/to/your/project
|
./install.sh /path/to/your/project
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue