]> gitweb.factorcode.org Git - factor.git/commitdiff
misc/atom: minor update to readme.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Jul 2015 02:49:06 +0000 (19:49 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Jul 2015 02:49:06 +0000 (19:49 -0700)
misc/atom/CHANGELOG.md [deleted file]
misc/atom/README.md

diff --git a/misc/atom/CHANGELOG.md b/misc/atom/CHANGELOG.md
deleted file mode 100644 (file)
index c3d858c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-## 0.1.0 - First Release
-* Every feature added
-* Every bug fixed
index 4e8c1e80e2af0da706888d3ce3e17ff263a306b9..c990e5e8e80fe5d855686c00819dca36dbdc1795 100644 (file)
@@ -1,3 +1,11 @@
 # atom package
 
-A short description of your package.
+This is a syntax highlighting package for Factor.
+
+You can install this by copying this folder to:
+
+  cp -r /path/to/factor/mis/atom ~/.atom/languages-factor
+
+Or symlinking it:
+
+  ln -sf /path/to/factor/misc/atom ~/.atom/languages-factor