This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments