From d787060a24ddb690d67405c7f08dba9a7c578fe1 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Sat, 23 Sep 2023 21:39:53 +0100 Subject: [PATCH] move files --- build.md => doc/build.md | 4 ++-- fever.md => doc/fever.md | 0 dockerfile => etc/dockerfile | 0 dockerfile.arm => etc/dockerfile.arm | 0 readme.md | 6 ++++-- 5 files changed, 6 insertions(+), 4 deletions(-) rename build.md => doc/build.md (90%) rename fever.md => doc/fever.md (100%) rename dockerfile => etc/dockerfile (100%) rename dockerfile.arm => etc/dockerfile.arm (100%) diff --git a/build.md b/doc/build.md similarity index 90% rename from build.md rename to doc/build.md index 86ede59..ea7c145 100644 --- a/build.md +++ b/doc/build.md @@ -18,7 +18,7 @@ Then run one of the corresponding commands: make serve # starts a server at http://localhost:7070 # ... or build a docker image - docker build -t yarr . + docker build -t yarr -f etc/dockerfile . ## ARM compilation @@ -26,7 +26,7 @@ The instructions below are to cross-compile *yarr* to `Linux/ARM*`. Build: - docker build -t yarr.arm -f dockerfile.arm . + docker build -t yarr.arm -f etc/dockerfile.arm . Test: diff --git a/fever.md b/doc/fever.md similarity index 100% rename from fever.md rename to doc/fever.md diff --git a/dockerfile b/etc/dockerfile similarity index 100% rename from dockerfile rename to etc/dockerfile diff --git a/dockerfile.arm b/etc/dockerfile.arm similarity index 100% rename from dockerfile.arm rename to etc/dockerfile.arm diff --git a/readme.md b/readme.md index 3d7b687..8cda673 100644 --- a/readme.md +++ b/readme.md @@ -28,9 +28,11 @@ Download `yarr-*-linux64.zip`, unzip it, place `yarr` in `$HOME/.local/bin` and run [the script](etc/install-linux.sh). For self-hosting, see `yarr -h` for auth, tls & server configuration flags. -For building from source code, see [build.md](build.md) -For Fever API support, see [fever.md](fever.md). +See more: + +* [Building from source code](doc/build.md) +* [Fever API support](doc/fever.md) ## credits