diff --git a/README-install.md b/README-install.md new file mode 100644 index 0000000..53fc1a7 --- /dev/null +++ b/README-install.md @@ -0,0 +1,8 @@ +# lila Install + +# lila-ws +``` +vim ./src/main/resources/application.conf +# set +csrf.origin = "https://deepcrayon.fish" +``` diff --git a/README.md b/README.md index 6aa8a94..394e07d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This is the main upstream docs on how to setup lila: https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding +# Install lila +To install your own lila server, see: +``` +README-install.md +``` + # lila-ws ``` vim ./src/main/resources/application.conf