Skip to content

Commit

Permalink
Change instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
occivink committed Sep 10, 2019
1 parent 326ad49 commit 3db96ec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -4,12 +4,7 @@ A silly kakoune plugin to simulate the light system seen in many rogue-like game

# Try it out

Simply do:
```
souce roguelight.kak
roguelight-enable
```
to enable it on the current window. Put the cursor on a space, enter insert mode (the default hook is on `InsertMove`) and move the cursor around to see the light change in real-time.
After sourcing the script, simply do `roguelight-enable` to enable it on the current window. Put the cursor on a space, enter insert mode (the default hook is on `InsertMove`) and move the cursor around to see the light change in real-time.

The file `map` in this repository contains a reasonably interesting map to test it on.

Expand Down

0 comments on commit 3db96ec

Please sign in to comment.