fix: update path

This commit is contained in:
Israel Calebe 2022-06-25 15:49:19 -03:00 committed by GitHub
parent 6c263a0a3b
commit 70cdbdd9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.github/README.md vendored
View File

@ -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: - First, clone that repository somewhere on your disk using Git:
```sh ```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: - 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" "root"
], ],
"workspace.library": [ "workspace.library": [
"/home/<your-username-here>/.local/share/awesome-emmylua/lua" "~/.local/share/awesome-emmylua/lua"
] ]
} }
``` ```