How to install charmbracelet/glow. 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.
charmbracelet/glow Installation Guide
How to install charmbracelet/glow. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for charmbracelet/glow. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i charmbracelet/glowor
Install via npx
npx @hexmos/ipm i charmbracelet/glowPrerequisites
Go
build_toolVersion: >1.21
Python
languageVersion: 3.8+
Git
system_toolcurl
system_toolwget
system_toolbash
system_toolnpm
package_managerVersion: 18.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager
brew install glow
sudo port install glow
pacman -S glow
xbps-install -S glow
nix-shell -p glow --command glow
pkg install glow
eopkg install glow
choco install glow
scoop install glow
winget install charmbracelet.glow
pkg install glow
snap install glowGo
go install github.com/charmbracelet/glow/v2@latestBuild (Requires Go 1.21+)
git clone https://github.com/charmbracelet/glow.git
cd glow
go buildRPM (Fedora/RHEL)
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
sudo yum install glowDebian/Ubuntu
sudo yum install glowPost Installation Steps
- Open your terminal and run `glow` to start the textual user interface.
- Explore the available markdown files in your current directory using Glow's built-in pager. You can also use the command line to navigate through your local file system.
- To format a document, use a markdown source as the primary argument: `glow README.md`
- For more information on how to use Glow, run `glow --help` in your terminal.
