-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Description
Since npm is already a dependency I suggest you create this as an npm package. It would change this:
- Install the Mac development tools (Xcode and friends).
- Install node.js.
- If not covered in Images folder missing? #2, install npm: curl http://npmjs.org/install.sh | sh
- Install node-mime: npm install mime
- Clone the TermKit repository: git clone git@github.com:unconed/TermKit.git --recursive
- Users of older git versions will need to type: git submodule update --init
- Run the NodeKit daemon: cd TermKit/Node; node nodekit.js
- Unzip and run the Mac app in Build/TermKit.zip
Into this:
- Install the Mac development tools (Xcode and friends).
- Install node.js.
- If not covered in Images folder missing? #2, install npm: curl http://npmjs.org/install.sh | sh
- $ npm install termkit
Where number 4 automates 5, 6, 7 and 8.
Just a thought. If you are interested in adding this, I'd be glad to help with #4.
Metadata
Metadata
Assignees
Labels
No labels