📋
pimp
  • Home
  • Installation
  • FAQ
  • Getting Started
    • Welcome
    • Expand commands
    • Run tasks
    • Render templates
    • Execute scripts
    • Next steps
  • User Guide
    • Pimpfile
    • Configuration File
    • Command Expander
    • Task Runner
    • Template Engine
      • Functions
    • Script Engine (PimpScript)
    • Go Library
  • Integrations
    • Bash, Zsh, Fish
Powered by GitBook
On this page
  • Homebrew on macOS and Linux
  • Docker
  • Pre-built binaries & packages
  • Via the Go toolchain

Installation

PreviousHomeNextFAQ

Last updated 4 years ago

Homebrew on macOS and Linux

brew install aymericbeaumet/tap/pimp

Docker

docker run -it aymericbeaumet/pimp:latest

Pre-built binaries & packages

Download the desired binary or package from the .

Via the

go install github.com/aymericbeaumet/pimp/cmd/pimp@latest

You can test the correctness of pimp installation by executing pimp --version

latest release
Go toolchain