scroll Github

Installation

You can get Scroll with several ways.

1. Download one of releases on github

You can download a release that suitable your system on github.

2. Build from source

If rust is installed, you can build the project from source.

To do so, you have to clone the repository to your machine and compile it.


git clone https://github.com/metinUr/scroll.git
cd scroll
cargo build --release

This will create executable under target/release folder.

3. Install from crates.io

If rust is installed, you can also install scroll from crates.io.


cargo install scroll-ssg