From a2d591a17395ca7b873f98cfb255da2d2a2b0c89 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Sun, 29 Jun 2025 21:30:21 -0300 Subject: [PATCH] Update readme --- README.md | 17 ++++++++++++++++- old/README.md | 16 ---------------- 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 old/README.md diff --git a/README.md b/README.md index 0f01e4f..bbcc806 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ +# My neovim config + +```sh +./install.sh +``` + +## Installing avante + +``` +brew install ollama +ollama serve & +ollama pull mistral # or ollama pull llama3:8b-q4_0 +ollama run mistral +``` + + ## Install avante cd ~/.local/share/nvim/lazy/avante.nvim LUA_VERSION=luajit bash ./build.sh - diff --git a/old/README.md b/old/README.md deleted file mode 100644 index 48ba28d..0000000 --- a/old/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# My neovim config - -```sh -./install.sh -``` - -Forked starter template for [LazyVim](https://github.com/LazyVim/LazyVim). -Refer to the [documentation](https://lazyvim.github.io/installation) to get started. - -## Installing avante - -``` -brew install ollama -ollama serve & -ollama pull mistral # or ollama pull llama3:8b-q4_0 -ollama run mistral