move files

This commit is contained in:
Nazar Kanaev 2023-09-23 21:39:53 +01:00
parent c1a29418eb
commit d787060a24
5 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,7 @@ Then run one of the corresponding commands:
make serve # starts a server at http://localhost:7070 make serve # starts a server at http://localhost:7070
# ... or build a docker image # ... or build a docker image
docker build -t yarr . docker build -t yarr -f etc/dockerfile .
## ARM compilation ## ARM compilation
@ -26,7 +26,7 @@ The instructions below are to cross-compile *yarr* to `Linux/ARM*`.
Build: Build:
docker build -t yarr.arm -f dockerfile.arm . docker build -t yarr.arm -f etc/dockerfile.arm .
Test: Test:

View File

@ -28,9 +28,11 @@ Download `yarr-*-linux64.zip`, unzip it, place `yarr` in `$HOME/.local/bin`
and run [the script](etc/install-linux.sh). and run [the script](etc/install-linux.sh).
For self-hosting, see `yarr -h` for auth, tls & server configuration flags. 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 ## credits