Acorn Installation

Install the Acorn CLI binary to ~/.local/bin/acorn and verify with acorn --version.

59|24|Updated Oct 3, 2024
One-click install
npx skills add https://github.com/acornprover/acornlib --skill acorn-installation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Acorn Installation
Source: https://github.com/acornprover/acornlib/tree/main/.agents/skills/acorn-installation
Command: npx skills add https://github.com/acornprover/acornlib --skill acorn-installation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, curl.

What problem does it solve?

Automates the installation and setup of the Acorn theorem prover CLI across environments, eliminating manual setup steps and ensuring a working binary.

Core Features & Use Cases

  • Cross-environment installation: works on Linux/macOS with common shells.
  • Automatic version detection: fetches the latest release and installs to ~/.local/bin/acorn.
  • Verification: performs a post-install check using acorn --version to confirm success.
  • Use Case: new developers or CI environments needing a fresh Acorn tool.

Quick Start

Run the installation script to install Acorn CLI on your system.

Frequently Asked Questions about Acorn Installation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Acorn CLI on Linux and macOS?

To install the Acorn CLI on Linux and macOS, run the installation script which fetches the latest release using git, downloads the binary via curl, and installs it to ~/.local/bin/acorn. A post-install version check verifies the setup.

What dependencies are required to set up the Acorn CLI environment?

Setting up the Acorn CLI environment requires git to fetch release tags and curl to download the binary. These dependencies enable the automated installation script to bootstrap the tool across Linux, macOS, and Windows-like environments.

Does the Acorn installation script support cross-environment setup?

Yes, Acorn installation supports cross-environment setup across Linux, macOS, and Windows-like environments. The script automates version detection, installs the binary to ~/.local/bin/acorn, and performs a verification check to ensure a working tool.

How is the Acorn CLI binary verified after installation?

The Acorn CLI binary is verified after installation by executing the command `acorn --version`. This post-install check confirms that the binary is successfully installed and operational in the user's environment.

Can I use this automated installation for CI environments?

Yes, you can use this automated installation for CI environments needing a fresh Acorn tool. The script eliminates manual setup steps by automatically fetching the latest release and verifying the binary installation.

Why is my Acorn CLI installation not working on my system?

Acorn CLI installation might not work if git or curl are missing from your system. Additionally, the binary installs to ~/.local/bin/acorn, so ensure this directory is included in your system's PATH environment variable for the tool to function correctly.