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.