Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Jan 9, 2024
1 parent 6080eaa commit 6dda620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions markdown/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ the way that you should use RueI depends on who your plugin is for and what it's
this guide will cover how to use RueI using the first option, as a normal hard dependency.

### installing RueI
to install RueI as a dependency, you'll want to add it through nuget. this depends on which code editor you're using, but you can also install it through the command line. the nuget package for RueI is available [here](https://www.nuget.org/packages/RueI).

after you've done that, make sure you put the RueI dll in your dependencies folder for the plugin manager you're using. you can get the latest release [here](https://github.com/Ruemena/RueI/releases/tag/v2.0.4).
### using RueI
using RueI is pretty simple. you can import it using the `using` statement. make sure that in the method called when your plugin is loaded you call the [RueIMain.EnsureInit](../api/RueI.RueIMain.html?q=RueIMain#RueI_RueIMain_EnsureInit) function - this ensures everything is properly initialized for RueI.

0 comments on commit 6dda620

Please sign in to comment.