Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
added manual install do readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed Jul 14, 2017
1 parent 695a90b commit d1eb097
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ Installing when using [Spacemacs][]
```
- Restart Emacs, this should automatically install `ess`, `flycheck`, and `flycheck-julia`
Manual Installing
------
Copy `flycheck-julia.el` somewhere and add the following to your init file:
```elisp
(add-to-list 'load-path "/path/to/directory/containing/flycheck-julia.el/file")
(require 'flycheck-julia)
(flycheck-julia-setup)
(add-to-list 'flycheck-global-modes 'julia-mode)
(add-to-list 'flycheck-global-modes 'ess-julia-mode)
```

Usage
-----

Expand Down

0 comments on commit d1eb097

Please sign in to comment.