Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 558 Bytes

File metadata and controls

31 lines (19 loc) · 558 Bytes

hackctl Web

This repo contains the public hackctl.dev website.

Install Scripts

Windows x64:

irm https://hackctl.dev/install.ps1 | iex

macOS Intel and Apple Silicon:

curl -fsSL https://hackctl.dev/install.sh | sh

Linux x64 and ARM64:

curl -fsSL https://hackctl.dev/install.sh | sh

About This Site

This is the landing page for hackctl with install instructions and an overview of the core workflow.

Contributing

Found a bug or have a feature request? See CONTRIBUTING.md.