pas2js/demo/atom/README.md
2020-12-22 10:52:30 +00:00

19 lines
452 B
Markdown

# pas2jsdemopackage package
This package is a small adaptation of a Atom Package example.
![After activating](screenshot/atom1.png)
![After dismissing](screenshot/atom2.png)
To install it, compile the program and then make a symlink to this directory from the atom
packages dir:
```sh
cd ~
cd .atom/packages
ln -s ~/pas2js/demo/atom pas2jsdemopackage
```
Then restart atom and you should have a 'pas2jsdemopackage' item under the
'packages' menu.