readme formatting

This commit is contained in:
Paul Wilde 2024-08-18 16:05:11 +01:00
parent 8dacf102f8
commit 4d1dfd08ed

View file

@ -60,8 +60,10 @@ So, simply put, `Norg` is an portmanteau of "Borg" and "Nog".
`Borgmatic` is absolutely fantastic, and I love it dearly. I even implemented
the `Uptime Kuma` hook that is in it. However, I got a little impatient waiting
for the version that included the Uptime Kuma hook to arrive in various distributions
package repositories so ended up building it from source on all computers. This
was a lengthy process, and borgmatic isn't very portable, so I wanted to make something that had to features I needed, in a single portable binary.
package repositories so ended up building borgmatic from source on all computers.
This was a lengthy process, and borgmatic isn't very portable; it requires installation of numerous python packages (and the entire rust language in FreeBSD).
I wanted to make something that had to features I needed, in a single binary I
could move around to whatever computer I needed it on.
Norg was the outcome of this.
## Work in Progress