misc/atom: minor update to readme.
parent
0ddb0d4175
commit
1c9dd357b5
|
@ -1,3 +0,0 @@
|
|||
## 0.1.0 - First Release
|
||||
* Every feature added
|
||||
* Every bug fixed
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue