diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-07 12:22:22 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-07 12:22:22 +0200 |
| commit | ffee9090d97d750f989eb82b9f2e6457e807177e (patch) | |
| tree | 4f0b7bd9336afd3644594e6941f72b099f023d3d | |
| parent | a83e0c1ed064f1b130d26816ff93109aae497d85 (diff) | |
| download | ollama-logseq-ffee9090d97d750f989eb82b9f2e6457e807177e.tar.xz ollama-logseq-ffee9090d97d750f989eb82b9f2e6457e807177e.zip | |
Removed manual instructions as the plugin now works from the marketplact
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 11 deletions
@@ -5,16 +5,6 @@ A plugin to integrate [ollama](https://github.com/jmorganca/ollama) with [logseq # Get Started - First you will need to setup [ollama](https://github.com/jmorganca/ollama) you can check their github repo for instructions on how to setup ollama - That's it once you setup ollama you should be able to use the plugin with no problem -- NOTE: The plugin currently doesn't work from the marketplace due to a cors error and I am actively trying to fix that if you want to try the plugin you can install manually - -# Manual Installation -```bash -git clone https://github.com/omagdy7/ollama-logseq -cd ollama-logseq -pnpm install -pnpm build -``` -- Now head to logseq and enable developer mode and head to plugins and choose Load unpacked plugin and choose the folder of the project '/your/path/to/ollama-logseq' # Features - The plugin currently has 5 commands diff --git a/package.json b/package.json index 88a15f3..2569640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-logseq", - "version": "1.0.1", + "version": "1.0.4", "main": "dist/index.html", "scripts": { "dev": "vite", |
