diff --git a/doc/quickstart.md b/doc/quickstart.md index fae47a0e..23fc89b7 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -279,7 +279,7 @@ Email: root@localhost The init command also created a local CLI profile for your new GARM server: ```bash -ubuntu@garm:~# garm-cli profile list +ubuntu@garm:~$ garm-cli profile list +----------------------+--------------------------+ | NAME | BASE URL | +----------------------+--------------------------+ diff --git a/doc/the_boring_details.md b/doc/the_boring_details.md deleted file mode 100644 index 12d1bc39..00000000 --- a/doc/the_boring_details.md +++ /dev/null @@ -1,4 +0,0 @@ -# GARM implementation details and design decissions - -This document attempts to offer an in-depth look at the implementation details and design decisions that went into the creation of GARM. It is not meant to be a user guide, but rather a technical document for those interested in the inner workings of the application. -