Skip to content

Commit 00550dd

Browse files
authored
Update README.md
1 parent 0473c0e commit 00550dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ LiveServer is inspired from Python's [`http.server`](https://docs.python.org/3/l
1111

1212
## Installation
1313

14-
To install it in Julia ≥ 1.0, use the package manager with
14+
To install it in Julia ≥ 1.3, use the package manager with
1515

1616
```julia-repl
1717
pkg> add LiveServer
1818
```
1919

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+
2026
## Usage
2127

2228
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

Comments
 (0)