From 70cdbdd9dafd63a2ed5ed9be8a2499494681eb67 Mon Sep 17 00:00:00 2001 From: Israel Calebe <49321124+devclyde@users.noreply.github.com> Date: Sat, 25 Jun 2022 15:49:19 -0300 Subject: [PATCH] fix: update path --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 2446c23..7557286 100644 --- a/.github/README.md +++ b/.github/README.md @@ -14,7 +14,7 @@ We work with Lua using the LSP server [`lua-language-server`](https://github.com - First, clone that repository somewhere on your disk using Git: ```sh -git clone https://github.com/awchad/awesome-emmylua /.local/share/awesome-emmylua +git clone https://github.com/awchad/awesome-emmylua ~/.local/share/awesome-emmylua ``` - If your Lua project folder doesn't have a `.luarc.json`, create one and paste the following lines: ``` @@ -27,7 +27,7 @@ git clone https://github.com/awchad/awesome-emmylua /.local/share/awesome-emmylu "root" ], "workspace.library": [ - "/home//.local/share/awesome-emmylua/lua" + "~/.local/share/awesome-emmylua/lua" ] } ```