Skip to content

use npm for install #41

Description

@ritch

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 Images folder missing? #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 Images folder missing? #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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions