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

Commit 5e1b0b3

Browse files
committed
Update readme and changelog
1 parent 19f6812 commit 5e1b0b3

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.2
2+
* Making it work again on Julia v.1 >
3+
14
## 0.7.4
25
* Update dependencies
36
* Fix usage of `uuid4` (#60)

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,25 @@ It will be used with files that have the `Julia` syntax.
88

99
## Installation
1010

11-
Install the package through Atom's UI, or use the `apm` tool in the CLI:
11+
- Install the package through Atom's UI and install the package.
1212

13+
You can also use the `apm` tool in the CLI:
1314
```bash
1415
$ apm install linter-julia
1516
```
1617

17-
Note: if you have't installed [Juno](http://junolab.org/),
18-
you need to tell linter-julia where to find the julia executable
19-
(i.e. `/usr/bin/julia`). See Settings below.
18+
- You need to tell linter-julia where to find the julia executable
19+
(i.e. `/usr/bin/julia` or `C:\Julia-1.3.0-rc4\bin\julia.exe`). See Settings below.
2020

21-
In order to use this package, you will need to install Julia and Lint.jl
22-
(version 0.3.0 or higher).
23-
To get Julia see: http://julialang.org/downloads/ and to get Lint.jl
24-
see: https://github.com/tonyhffong/Lint.jl#installation
21+
- This package installs the master branch of Lint.jl automatically, to make it activated just restart Atom one more time! (two time total)
22+
23+
24+
- Note: if you have't installed [Juno](http://junolab.org/), and [Julia]( http://julialang.org/downloads/)
25+
26+
- Note: If after two restarts the linter didn't work, add the Lint.jl manually:
27+
```julia
28+
] add https://github.com/tonyhffong/Lint.jl
29+
```
2530

2631
## Settings
2732

0 commit comments

Comments
 (0)