-
Notifications
You must be signed in to change notification settings - Fork 0
How to install Pedantic
Tony Anjorin edited this page Jun 15, 2023
·
1 revision
- Download and install the latest MPS for your OS from https://www.jetbrains.com/mps/download/
- Start MPS and choose to create a
New Project
for a new local project. For a project shared with others, chooseGet from VCS
and enter the required information for your versioning system. If you have already checked out such a project, chooseOpen
to navigate to the existing MPS project.
- For a new project, choose to create a
Solution project
and enter a project name, project location, solution name, and solution location of your choice.
- Download the latest
pedantic_vXXX.zip
from https://github.com/anthonyanjorin/pedantic/tree/master/release - To install Pedantic, switch back to MPS and navigate to
Plugins...
- Choose
Install Plugin from Disk...
and navigate to thepedantic_vXXX.zip
you just downloaded.
- Restart MPS and make sure that pedantic is now installed in the correct version:
- Check out the other howtos in the rest of the wiki.
Good, better, pedantic!