Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.62 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.62 KB
bpftool logo: Hannah the Honeyguide

Documentation for bpftool

Netlify Status

This repository contains extended documentation for bpftool.

Status: Work in progress, not officially deployed yet.

Build locally

Requirements

The website relies on Hugo and Docsy. If necessary, install Go. Install Hugo's extended version, for example:

$ CGO_ENABLED=1 go install -v -tags extended github.com/gohugoio/hugo@latest

Development

Simply use Hugo to serve the website locally:

$ hugo server

License

The logos for bpftool are released under the Creative Commons Attribution 4.0 International license (CC-BY-4.0).

Manual pages for bpftool originate from the Linux kernel repository and are dual-licensed under the GNU GPL v2.0 (only) license and the BSD 2-clause license (GPL-2.0-only OR BSD-2-Clause). To avoid adding additional licenses to the mix, the rest of the documentation, unless otherwise specified, is released under the same dual-licensing terms.