Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Sceleratis/Adonis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceleratis committed Jul 3, 2021
2 parents 0e388fb + 1e1e007 commit 921e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Uploaded to GitHub for collaboration and issue tracking.
By default, the releases on this GitHub have DebugMode enabled, meaning the MainModule will be loaded from the parent folder of the Loader model. To disable it and instead retreive updates from the currently uploaded MainModule, open Adonis_Loader > Loader > Loader.lua and change DebugMode = true to DebugMode = false in the "data" table. When using a release downloaded from GitHub, Adonis will remain locked at whatever version you downloaded and will basically be "offline" in the sense that it won't receive any updates. This is useful if you need to rollback to a previous version (such as in the case of incompatibilities introduced in a new version) or maintain a custom one.

## Nightlies:
Releases are only made when the current version of the source is determined to be ready. This is usually after it's been tested and debugged enough for me to feel comfortable shipping it out. If you would like the "bleeding edge" version we now offer "nightly" builds which you can grab in the Discord. Any time I make or merge a change to the source I will create a "nightly" and post it in the #nightly-builds channel on our Discord server. These may be extremely unstable or outright broken so use them at you're own risk. They are provided for those who would like to give feedback on planned changes before they're live without having to manually build it from source. You can find our Discord below if interested.
Releases are only made when the current version of the source is determined to be ready. This is usually after it's been tested and debugged enough for me to feel comfortable shipping it out. If you would like the "bleeding edge" version we now offer "nightly" builds which you can grab in the Discord. Any time I make or merge a change to the source a new build will be automatically created and I'll post it in the #nightly-builds channel on our Discord server. These may be extremely unstable or outright broken so use them at you're own risk. They are provided for those who would like to give feedback on planned changes before they're live without having to build it from source. You can find our Discord below if interested.

## How to load a custom version:
When DebugMode is enabled, the loader will try to load the MainModule from the same parent as the Adonis_Loader model instead of requiring the model by ID. This is how I test changes to Adonis before each update, hence why it's called "Debug Mode."
Expand Down

0 comments on commit 921e5c1

Please sign in to comment.