From 8578ac869e321fcf08dbf618ba1f8c1367c92b41 Mon Sep 17 00:00:00 2001 From: William Katz Date: Mon, 3 May 2021 23:32:02 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37fd127..8064322 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,16 @@ mkdir build cd build cmake .. make -j +``` +then edit config.json to include the paths to your certs for HTTPS (I use certbot), or just remove the listener for port 443. +``` +vim ../config.json +``` +finally, run the program +``` sudo ./bank ``` -**you also have to edit the config file to add your cert locations**, I personally use cert bot - ### Connected Services Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are @@ -79,7 +84,6 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows ( ### Accessibility -- **Web front-end** - **RESTful** API for connected services like a market, gambling, or anything else you can think of - able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.