From ddabde3ce84d653887c4257dc4fd9c79988e382c Mon Sep 17 00:00:00 2001 From: Marco Guardigli Date: Sat, 5 Aug 2023 14:16:42 +0200 Subject: [PATCH] Update README.md added a pointer to my fork where instructions for different operating systems are available --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ef597600..19026dfc 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,6 @@ This requires: {'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' } ``` +### Other operating systems Installation +Installation procedures for different versions of linux and windows are available in this fork: https://github.com/mgua/kickstart.nvim +