parent:
211fd0009b9dd8e579158ff492f92736e00cf03f
nmyk <nick@nmyk.io>
2026-02-24T16:26:06-05:00
update readme for v0.1.0
diff --git a/README.md b/README.md index 0ab2aefae8779cde8819362622c7eff005c3af66..d838a0148bcf37d21042608aeb1b116ade5271a9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ * Minimal, fast, easy to deploy * Supports clone, fetch, and pull operations * Straightforward to style with custom CSS; templates use no custom classes +## Installation + +``` +go install nmyk.io/bidet/cmd/bidet@latest +``` + ## Usage ### Options @@ -50,7 +56,7 @@ Describe the purpose of your site, write a funny message, or leave it blank. ### Custom CSS -Unlike centralized, corporate-owned Git web hosts, Bidet's appearance is fully customizable. +Unlike centralized, corporate-owned git web hosts, Bidet's appearance is fully customizable. Its templates only use classless elements so there's no naming scheme you need to learn before writing your own stylesheet. It's pretty much just `<p>`, `<a>`, `<hr>`, some lists (`<ul>`/`<li>`), heading elements (`<h1>` to `<h4>`), and `<pre>`. @@ -63,4 +69,8 @@ ```shell git clone https://git.nmyk.io/bidet.git ``` -Send your patch in plain text `git diff` format to bidet@git.nmyk.io. \ No newline at end of file +Send your patch in plain text `git diff` format to bidet@git.nmyk.io. + +## Version history + +* 0.1.0: initial release