From 96eddf851452ba22c5380facc7ee0275eab2b925 Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Fri, 1 Sep 2023 02:54:56 -0800 Subject: [PATCH] Style README with classy mathy headers --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba571b6..529e967 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# crozbi +# $crozbi$ -## Clone RepO, Zig Build, Install +## $Clone$ $RepO, Zig$ $Build, Install$ Installer for _simple_ Zig-built-from-source executables. @@ -15,7 +15,7 @@ stabilize and land in a Linux distro or something. ### [Wiki](https://github.com/so-dang-cool/crozbi/wiki) -## Usage +## $Usage$ ``` crozbi 1.0 @@ -56,13 +56,13 @@ crozbi uninstall EXE Uninstall EXE by deleting a symlink at $HOME/.local/bin/$EXE ``` -## Requirements +## $Requirements$ 1. [bash](https://www.gnu.org/software/bash/) 2. [git](https://git-scm.com/) 3. [zig](https://ziglang.org/) -## Installing +## $Installing$ The recommended way to install crozbi for the first time ever is to run something like this in bash: @@ -79,7 +79,7 @@ ln -s "$CROZBI_HOME/$CROZBI_REPO/zig-out/bin/crozbi" "$CROZBI_BIN/crozbi" Minus a Zig build, that is basically everything crozbi does. -## Updating +## $Updating$ With crozbi installed, you can update to the most recent version with: @@ -89,7 +89,7 @@ crozbi so-dang-cool/crozbi If you've forked the repository, update the REPO argument as needed. -## Notes on safety and being excellent +## $Notes$ $on$ $safety$ $and$ $being$ $excellent$ The crozbi project makes zero guarantees of safety. Please be sure that you trust a project before compiling it and executing it on your machine. @@ -105,7 +105,7 @@ another package manager, using a different version of Zig than what you have installed, requiring dependencies that aren't modeled, or having some difficult to understand build process.)_ -## Etc +## $Etc$ Released under the terms of the [BSD 3-Clause license]()