From 93f5cc7d796c3d5829e5248c66079ac772324de1 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Mon, 20 Oct 2014 14:39:17 +0900 Subject: [PATCH] update readme --- npm/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npm/README.md b/npm/README.md index 5ed67e5c05..acbf6f34c7 100644 --- a/npm/README.md +++ b/npm/README.md @@ -1,6 +1,8 @@ # atom-shell -Install [atom-shell](https://github.com/atom/atom-shell) prebuilt binaries for command-line use using npm. Works on Mac, Windows and Linux. +Install [atom-shell](https://github.com/atom/atom-shell) prebuilt binaries for command-line use using npm. + +Works on Mac, Windows and Linux OSes that Atom Shell supports (e.g. Atom Shell [does not support Windows XP](https://github.com/atom/atom-shell/issues/691)). Atom Shell is a javascript runtime that bundles Node.js and Chromium. You use it similar to the `node` command on the command line for executing javascript programs. This module helps you easily install the `atom-shell` command for use on the command line without having to compile anything.