From 083377210b037a8d7a1d529620c78c71a6402b7a Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 23 Apr 2024 18:40:11 -0400 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95e8bcb..bcae23d 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,16 @@ the service user and group ## packages documentation -### `ghidra_headless` +### [`ghidra_headless`](./default.nix) a variant of ghidra built with a headless openjdk, intended to reduce closure size for server operation -### `ocamlPackages.xlog` +### [`ocamlPackages.xlog`](./pkgs/ocaml/xlog) logging for cats, in ocaml: -### `pythonPackages.feedvalidator` or `feedvalidator` +### [`pythonPackages.feedvalidator` or `feedvalidator`](./pkgs/python/feedvalidator) the W3C atom/RSS feed validator library, @@ -133,7 +133,7 @@ feedvalidator --base "https://my-base-url/atom.xml" path/to/atom.xml ## lib documentation -### `fetchFromSteam` +### [`fetchFromSteam`](./lib/fetchsteam) a fetcher that downloads binaries from [Steam](https://store.steampowered.com/) using [DepotDownloader](https://github.com/SteamRE/DepotDownloader). this is intended for game servers @@ -160,7 +160,7 @@ pkgs.fetchFromSteam { } ``` -### `mkNginxServer` +### [`mkNginxServer`](./lib/dev-nginx) creates a shell script that launches nginx in the foreground as the current user. the nginx is configured to run an http server on `localhost:8080` with the given `siteConfig`