release: bump to 0.2.15
This commit is contained in:
@@ -62,13 +62,13 @@ These installers download only the `skills/` tree from the Feynman repository. T
|
||||
The one-line installer already targets the latest tagged release. To pin an exact version, pass it explicitly:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://feynman.is/install | bash -s -- 0.2.14
|
||||
curl -fsSL https://feynman.is/install | bash -s -- 0.2.15
|
||||
```
|
||||
|
||||
On Windows:
|
||||
|
||||
```powershell
|
||||
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.14
|
||||
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.15
|
||||
```
|
||||
|
||||
## pnpm
|
||||
@@ -129,6 +129,6 @@ For contributing or running Feynman from source:
|
||||
git clone https://github.com/getcompanion-ai/feynman.git
|
||||
cd feynman
|
||||
nvm use || nvm install
|
||||
pnpm install
|
||||
pnpm start
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user