diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-07 11:24:34 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-07 11:24:34 +0200 |
| commit | a83e0c1ed064f1b130d26816ff93109aae497d85 (patch) | |
| tree | 5f9e82876fb3bb52801d2c6d2e64f3d77dcb0878 /README.md | |
| parent | 58863b01677d2f71015defdf437a442275af38f8 (diff) | |
| download | ollama-logseq-a83e0c1ed064f1b130d26816ff93109aae497d85.tar.xz ollama-logseq-a83e0c1ed064f1b130d26816ff93109aae497d85.zip | |
Updated README.md with manual installation instruction until I resolve the issue in the marketplace
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ 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 |
