Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 39fd9c6

Browse files
committed
Update readme
Mainly just remark-lint issues fixed.
1 parent a576481 commit 39fd9c6

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
linter-lua
2-
===========
1+
# linter-lua
32

43
linter-lua package will lint your `lua` in Atom through luac or [luajit](http://luajit.org/running.html).
54

6-
Due to the way that luac works it will only notify you of the first error found in the file.
5+
Due to the way that luac works it will only notify you of the first error found
6+
in the file.
77

8-
#### Linter Installation
9-
Before using this package, you must ensure that `luac` or `luajit` is installed on your system.
8+
## Installation
109

11-
#### Installation
10+
### Linter Installation
1211

13-
* `$ apm install linter` (if you don't have [AtomLinter/Linter](https://github.com/AtomLinter/Linter) installed).
14-
* `$ apm install linter-lua`
12+
Before using this package, you must ensure that `luac` or `luajit` is installed
13+
on your system.
14+
15+
### Package installation
16+
17+
```ShellSession
18+
apm install linter linter-lua
19+
```

0 commit comments

Comments
 (0)