From fcfa835c080bafae799553a0e0b737cc7526b73e Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Mon, 13 Feb 2023 18:58:54 -0600 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 493d200..84b3a24 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,21 @@ Then, if your code is in the `source` folder, just import the following: import '../toyboxes/toyboxes.lua' ``` +#### Manual installation +Download the newest version of pdParticles from this repo. + +Add pdParticles.lua to the same directory as your main.lua file. + +In your main.lua file add: +```lua +import "CoreLibs/graphics" + +import "coreLibs/object" + +import "pdParticles" +``` + +More info on the [Getting Started](https://github.com/PossiblyAxolotl/pdParticles/wiki/Getting-Started#setup) page. #### Donating -And if you're interested in donating to me you can do so on my [itch.io](https://possiblyaxolotl.itch.io/pdparticles). +If you're interested in donating to me you can do so on my [itch.io](https://possiblyaxolotl.itch.io/pdparticles).