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

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 11, 2019
1 parent 19f6812 commit 5e1b0b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.2
* Making it work again on Julia v.1 >

## 0.7.4
* Update dependencies
* Fix usage of `uuid4` (#60)
Expand Down
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,25 @@ It will be used with files that have the `Julia` syntax.

## Installation

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

You can also use the `apm` tool in the CLI:
```bash
$ apm install linter-julia
```

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

In order to use this package, you will need to install Julia and Lint.jl
(version 0.3.0 or higher).
To get Julia see: http://julialang.org/downloads/ and to get Lint.jl
see: https://github.com/tonyhffong/Lint.jl#installation
- This package installs the master branch of Lint.jl automatically, to make it activated just restart Atom one more time! (two time total)


- Note: if you have't installed [Juno](http://junolab.org/), and [Julia]( http://julialang.org/downloads/)

- Note: If after two restarts the linter didn't work, add the Lint.jl manually:
```julia
] add https://github.com/tonyhffong/Lint.jl
```

## Settings

Expand Down

0 comments on commit 5e1b0b3

Please sign in to comment.