From 4bfeb1e0b8d0d9dabd9f91ff3fcce27a3c814613 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 28 Jan 2026 10:11:19 -0500 Subject: [PATCH] add documentation page --- index.html | 252 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..b0003f0 --- /dev/null +++ b/index.html @@ -0,0 +1,252 @@ + + + + + + Documentation + + + +
+
+

Documentation

+

fp: Free Pkg, the offical package manager for fSD software

+
+ + + +
+

Introduction

+

Fp, or FreePkg, is a minimal package manager that install fSD packages.

+
+ +
+

Installation

+

From Source

+
git clone https://git.vxserver.dev/fSD/fp
+
cd fp
+
sudo make install
+

One Shot

+
curl --proto '=https' --tlsv1.2 -sSf https://dl.fsdproject.org/fp | sh -s -- --web-ver
+
+ +
+

Quick Start

+
fp install fes
+

This installs the Fes package

+ +
+

Cli Reference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
--helpDisplay help information.
--versionPrint version information.
installInstalls a package
removeUninstalls a package
updateUpdate fp's version
searchSearch for a package, this checks against both the name and the description.
+
+ + +
+ +