-
Install
ruby
following official guide. -
Install essential build tools (
build-essential
for linux &Xcode cmdline tools
for macOS). -
Clone this repo:
git clone --filter=blob:none https://github.com/rizinorg/cutter.re
-
Run the following:
cd cutter.re gem install bundler bundle install bundle exec jekyll serve
If all goes right, you should be able to access the site at http://127.0.0.1:4000/
Note
Cutter documentation source resides in cutter repo and can be built using these instructions separately.