Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.38 KB

License: MIT Go Reference Go Report Card

invenio

Command-line tool to create and manage an InvenioRDM instance. The library is under active development and basic functionality is not yet working. Expect a first working release by March 2025.

Installation

Invenio is a single Go binary, available for download from the releases page. Download the binary for your platform (Linux, Mac, Windows; X86 or ARM architecture), and place it in your PATH.

Homebrew

To install invenio on macOS using Homebrew, run:

brew tap front-matter/invenio
brew install invenio

Go

To install invenio using Go, run:

go install github.com/front-matter/invenio@latest

Meta

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License: MIT