Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabularelf authored Feb 13, 2023
1 parent 6196ed7 commit d8677d1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# CleanUpOnAisle3
A small extension that autocleans on runtime changes
# CleanUpOnAisle3 v1.0.0
A small extension that autocleans on runtime changes (VM to YYC or vice versa) Windows IDE currently supported
Setup:

I'd recommend creating an `.gitingore` file and include this.
```
.cuta3
```
As `.cuta3` will generate within the project dictory. `.cuta3` is a temporary file and should be respected as such. (It's kept purely for stashing results of the last runtime state)

Download the latest release from [here.](https://github.com/tabularelf/CleanUpOnAisle3/releases) Once downloaded, head over to GameMaker and import the extension under Tools -> Import Local Package. Hit "Add All" and press "OK".
No additional setup is required! The first time run will clean your project automatically (as to stash the last runtime state)
After that, any future runs will only occur an autoclean whenever the switch from YYC to VM (or vice versa).

0 comments on commit d8677d1

Please sign in to comment.