We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0473c0e commit 00550ddCopy full SHA for 00550dd
README.md
@@ -11,12 +11,18 @@ LiveServer is inspired from Python's [`http.server`](https://docs.python.org/3/l
11
12
## Installation
13
14
-To install it in Julia ≥ 1.0, use the package manager with
+To install it in Julia ≥ 1.3, use the package manager with
15
16
```julia-repl
17
pkg> add LiveServer
18
```
19
20
+For Julia `[1.0, 1.3)`, you can use LiveServer's version 0.7.4:
21
+
22
+```julia-repl
23
+pkg> add LiveServer@0.7.4
24
+```
25
26
## Usage
27
28
The main function `LiveServer` exports is `serve` which starts listening to the current folder and makes its content available to a browser.
0 commit comments