Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Ruemena/RueI into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 20, 2023
2 parents 1013f5c + 039ed50 commit 3367f8d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion markdown/getting-started.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Getting Started
# Getting Started
this guide assumes that you have a basic level of knowledge with c#.

there are two main ways of using RueI: through a normal dependency or through reflection.
- with a normal dependency, you include RueI as a dependency in your project. the advantages of this are that it gives you type safety, it is significantly faster, and it is just overall much easier to use. however, if someone does *not* have RueI installed, then your plugin will stop working. this makes it ideal for plugins that rely on RueI heavily, or if you're creating a plugin for your own use.
- with reflection, you can dynamically add support for RueI, meaning that your plugin works even if someone doesn't have RueI installed.

this guide will cover how to use RueI using the first option, as a normal dependency.

### installing RueI

0 comments on commit 3367f8d

Please sign in to comment.