Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 498 Bytes

File metadata and controls

20 lines (12 loc) · 498 Bytes

SPDX-FileCopyrightText: 2024 AerynOS Developers

SPDX-License-Identifier: MPL-2.0


Boulder

This directory contains the Serpent OS package building tool boulder.

Building boulder

To build boulder, use the boulder target:

cargo build -p boulder

This will produce a debug build by default, which is available as ./target/debug/boulder

Onboarding

Refer to the moss onboarding instructions here.