Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Apr 12, 2022
1 parent 0473c0e commit 00550dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ LiveServer is inspired from Python's [`http.server`](https://docs.python.org/3/l

## Installation

To install it in Julia ≥ 1.0, use the package manager with
To install it in Julia ≥ 1.3, use the package manager with

```julia-repl
pkg> add LiveServer
```

For Julia `[1.0, 1.3)`, you can use LiveServer's version 0.7.4:

```julia-repl
pkg> add LiveServer@0.7.4
```

## Usage

The main function `LiveServer` exports is `serve` which starts listening to the current folder and makes its content available to a browser.
Expand Down

2 comments on commit 00550dd

@tlienart
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/58380

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" 00550dd1a47ef51e7bf1cfdeb60d81a0f5056c07
git push origin v0.8.0

Please sign in to comment.