Since npm is already a dependency I suggest you create this as an npm package. It would change this: 1. Install the Mac development tools (Xcode and friends). 2. Install node.js. 3. If not covered in #2, install npm: curl http://npmjs.org/install.sh | sh 4. Install node-mime: npm install mime 5. Clone the TermKit repository: git clone git@github.com:unconed/TermKit.git --recursive 6. Users of older git versions will need to type: git submodule update --init 7. Run the NodeKit daemon: cd TermKit/Node; node nodekit.js 8. Unzip and run the Mac app in Build/TermKit.zip Into this: 1. Install the Mac development tools (Xcode and friends). 2. Install node.js. 3. If not covered in #2, install npm: curl http://npmjs.org/install.sh | sh 4. $ 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.
Since npm is already a dependency I suggest you create this as an npm package. It would change this:
Into this:
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.