From 17930cce45d2632de2de2998dbff092b5b9c882e Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 4 Nov 2021 10:47:36 +0300 Subject: [PATCH] list ci in readme --- readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 58c1cf3..09e88f0 100644 --- a/readme.md +++ b/readme.md @@ -4,12 +4,18 @@ A very, _very_ jank solution to types in Isaac modding ![](showcase.gif) -# Install / Use +# Use + +1. Get the latest build from [mvoCI](https://ci.oat.zone/public/1) or build yourself (read further down) + +2. Put the .lua in your workspace (like in `typings/`) + +3. Use [EmmyLua](https://github.com/EmmyLua/EmmyLua-LanguageServer) to utilize Lua typing + +# Build 1. `git clone https://git.oat.zone/oat/isaac-lua-definitions/ --recursive` 2. `node index.js` 3. Put everything in `out/` in your workspace - -4. Use [EmmyLua](https://github.com/EmmyLua/EmmyLua-LanguageServer) to utilize Lua typing \ No newline at end of file