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

Commit d1eb097

Browse files
committed
added manual install do readme
1 parent 695a90b commit d1eb097

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ Installing when using [Spacemacs][]
8787
```
8888
- Restart Emacs, this should automatically install `ess`, `flycheck`, and `flycheck-julia`
8989
90+
Manual Installing
91+
------
92+
93+
Copy `flycheck-julia.el` somewhere and add the following to your init file:
94+
```elisp
95+
(add-to-list 'load-path "/path/to/directory/containing/flycheck-julia.el/file")
96+
(require 'flycheck-julia)
97+
(flycheck-julia-setup)
98+
(add-to-list 'flycheck-global-modes 'julia-mode)
99+
(add-to-list 'flycheck-global-modes 'ess-julia-mode)
100+
```
101+
90102
Usage
91103
-----
92104

0 commit comments

Comments
 (0)