acorn-cli 0.1.26

ACORN command line interface
acorn-cli-0.1.26 is not a library.

ACORN 🌱

Latest Release

Accessible Content Optimization for Research Needs

Installation

Homebrew and Scoop packages are planned. Check back soon for updates.

Install with cargo

  • Install acorn command
    cargo install acorn
    

Download pre-compiled binary

  • Download newest binary from releases page
    curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v0.1.26/acorn
    
  • Make binary executable
    chmod +x ./acorn
    
  • Move binary to folder on path (ex. /usr/local/bin)
    mv acorn /usr/local/bin
    
  • Verify installation with acorn --version

⚠️ CAUTION acorn export is not currently supported on MacOS

Build from source

  • Clone this project and navigate to it

    git clone https://code.ornl.gov/research-enablement/acorn
    cd ./acorn
    
  • Install acorn command

    cargo install --path ./acorn-cli
    
  • Test the installation

    acorn help
    

Architecture

See ARCHITECTURE.md

Roadmap

🚧 Under Construction

Contributing

See CONTRIBUTING.md