Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
removed notes as atom 0.90 fixed apm update
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 23, 2014
1 parent 32b3e52 commit 01e9718
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ It can be activated from the editor using the `cmd-alt-v` key-binding and is
currently enabled for `.xml` and `.svg` files.

![Demo screenshot](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif)

## Installation note

Atom has renamed its bundled `node` to `node_darwin_x64`, so apm can't (as of Atom 0.89) get dependencies in some cases. Workarounds:

cd /Applications/Atom.app/Contents/Resources//app/apm/node_modules/atom-package-manager/bin
ln -s node_darwin_x64 node

or have `node` installed (e.g via homebrew) and run `atom` from the command line (this way it inherits `PATH`) instead of from the Atom.app.

0 comments on commit 01e9718

Please sign in to comment.