Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit db6e32b

Browse files
committed
Update README.md
1 parent 62c2b30 commit db6e32b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ A recent version of `cabal` that supports `sandbox`, `run`, and `repl`. This mus
2020

2121
Installation
2222
===
23-
Pending: hopefully this will be on the central plugin list soon.
2423

25-
To use this plugin simply check it out (or symlink it) into the plugins directory of your LightTable installation. For example, on OS X:
24+
Install using the plugin manager.
25+
26+
Contributing
27+
===
28+
29+
This plugin is in the early stages, and can use any kind of help. The best place to start is the issues. I've marked things as `easy` that should be, well, easy. Feel free to comment on any issue asking for help/direction.
30+
31+
The best way to get going is to install this plugin by checking it out (or symlink it) into the plugins directory of your LightTable installation. For example, on OS X:
2632

2733
```bash
2834
cd /Applications/LightTable.app/Contents/Resources/app.nw/plugins
@@ -35,11 +41,6 @@ Restart LightTable, and run the command (ctrl-space) `Show plugin manager`. You
3541
haskell file and start running the commands. The plugin bootstraps itself and builds the executable, so give it a minute the first time around.
3642
If you don't see what you expect after running a command and waiting a bit, try restarting LightTable. If you still are having trouble, please look at the bottom bar for errors and don't hesitate to submit an issue or help out.
3743

38-
Contributing
39-
===
40-
41-
This plugin is in the early stages, and can use any kind of help. The best place to start is the issues. I've marked things as `easy` that should be, well, easy. Feel free to comment on any issue asking for help/direction.
42-
4344
To add functionality, I usually start with testing the haskell client with the ruby server that simulates LightTable. Start by going into the plugin dir and run:
4445

4546
```bash

0 commit comments

Comments
 (0)