forked from Berserk-Games/atom-tabletopsimulator-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
onelivesleft edited this page Aug 11, 2017
·
4 revisions
To manually install this package in Atom from Github:
- Uninstall any version of this package you have installed in Atom (Settings->Packages->Click Uninstall)
- Install Github Desktop (https://desktop.github.com/)
- Install node.js (https://nodejs.org/en/download/)
- On the Github page for the project hit Clone->Open In Desktop
- In Github Desktop go to Repository->Open command prompt (ignore warnings about no Git if you get them)
- Type 'apm link'
- Type 'apm install'
- You should be done! Fire up Tabletop Simulator and Atom and see if you can Get Lua Scripts
In future, to update simply run Github Desktop and hit Fetch origin / Pull