How to install iamgio/quarkdown. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
iamgio/quarkdown Installation Guide
How to install iamgio/quarkdown. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for iamgio/quarkdown. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i iamgio/quarkdownor
Install via npx
npx @hexmos/ipm i iamgio/quarkdownPrerequisites
Java
runtimeVersion: 17+
Node.js
runtimeVersion: latest
npm
runtimeVersion: latest
Puppeteer
libraryVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install script (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/quarkdown-labs/get-quarkdown/refs/heads/main/install.sh | sudo env "PATH=$PATH" bashHomebrew (Linux/macOS)
brew install quarkdown-labs/quarkdown/quarkdownInstall script (Windows)
irm https://raw.githubusercontent.com/quarkdown-labs/get-quarkdown/refs/heads/main/install.ps1 | iexScoop (Windows)
scoop bucket add java
scoop bucket add quarkdown https://github.com/quarkdown-labs/scoop-quarkdown
scoop install quarkdownManual installation
Download quarkdown.zip from the latest stable release and unzip it
bin/<install_dir>/binPost Installation Steps
- Verify installation by running `quarkdown --version`
- Refer to the Quickstart guide for creating your first document: https://quarkdown.com/wiki/quickstart
