-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: mention the precompiled binaries
Signed-off-by: Paul-Elliot <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,12 @@ You can find an extensive documentation, with a tutorial at the readthedocs [doc | |
|
||
For a super quick start, just click visit [sliphub.choum.net](https://sliphub.choum.net) to start writing a presentation online. | ||
|
||
For using slipshow offline, you'll need to install the slipshow tool. Currently, there are several ways to get it: | ||
For using slipshow offline, you'll need to install the slipshow tool. Currently, there are several ways to get it. The best is to download the precompiled binary from the [latest release](https://github.com/panglesd/slipshow/releases/latest). | ||
|
||
Slipshow is also package in some package manager: | ||
|
||
```shell | ||
# For opam users. TODO: make it work! Release it to opam! | ||
# For opam users. TODO: Update once it has been released to opam. | ||
$ opam pin slipshow [email protected]/panglesd/slipshow.git | ||
|
||
# For npm users | ||
|