diff options
Diffstat (limited to 'articles/2020-05-15-debugging-the-installer.md')
| -rw-r--r-- | articles/2020-05-15-debugging-the-installer.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/articles/2020-05-15-debugging-the-installer.md b/articles/2020-05-15-debugging-the-installer.md index 1f1c1e7..5c25a17 100644 --- a/articles/2020-05-15-debugging-the-installer.md +++ b/articles/2020-05-15-debugging-the-installer.md @@ -13,7 +13,7 @@ Paraphrasing from the repository's README; 1. Clone repository. 2. Install Luvit." -Personally, I had some issues during the process of <em>attempting</em> to install Luvit. For whatever reason, when trying to install it via CMD, Powershell, or Bash, all had their fair share of problems. Eventually, the way I ended up installing it is opening the Powershell script which handles the installation process, inspecting what was going on, and manually stepping through it. +Personally, I had some issues during the process of *attempting* to install Luvit. For whatever reason, when trying to install it via CMD, Powershell, or Bash, all had their fair share of problems. Eventually, the way I ended up installing it is opening the Powershell script which handles the installation process, inspecting what was going on, and manually stepping through it. First, when looking into the `get-lit.ps1` script which in itself, is the installer, the versions of Luvi and Lit look to be declared in variables, at the time, the versions were **2.10.1** and **3.8.1** respectively, this will come in handy later. ```ps @@ -47,7 +47,7 @@ Finally, some of the last few steps seem to be performing a couple of Powershell I only can assume that by now, they have managed to fix this error, as I can't be the only one getting it, on that note, if you would like to install Luvit as well, please visit https://luvit.io/install.html and complete the installation process according to your operating system. -<em>Continuing on the usage steps...;</em> +*Continuing on the usage steps...;* 3. Add the installed Luvit's binary directory to your PATH 4. Install the [Discordia]() library via `lit install SinisterRectus/discordia` inside the cloned repository's directory... 5. Replace the `PUT_TOKEN_HERE` field at the end of the file with your Discord application's bot token. |