Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Sep 23, 2023
1 parent c1a2941 commit d787060
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.md → doc/build.md
Expand Up @@ -18,15 +18,15 @@ 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

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:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions readme.md
Expand Up @@ -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

Expand Down

0 comments on commit d787060

Please sign in to comment.