From 9f8d169f1b0f7b9b317933260cda9be24b1eca06 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.cyberia@doesthisthing.work> Date: Wed, 21 Jul 2021 21:04:19 +0200 Subject: [PATCH] Smol docs tweaks --- README.md | 2 +- docs/local-set-up.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b0352c..267a741 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![screenshot of capsul.org home page](./docs/capsul.webp) -Python Flask web application implementing user accounts, payment, and virtual machine management for a smol "virtual machine (vm) as a service" aka "cloud compute" provider. Originally developer by [Cyberia Computer Club](https://cyberia.club) for https://capsul.org +Python Flask web application implementing user accounts, payment, and virtual machine management for a smol "virtual machine (vm) as a service" aka "cloud compute" provider. Originally developed by [Cyberia Computer Club](https://cyberia.club) for https://capsul.org `capsul-flask` integrates with [Stripe](https://stripe.com/) as a credit card processor, and [BTCPay Server](https://github.com/btcpayserver/btcpayserver-docker) as a cryptocurrency payment processor. diff --git a/docs/local-set-up.md b/docs/local-set-up.md index 5fdb56b..4ed83b4 100644 --- a/docs/local-set-up.md +++ b/docs/local-set-up.md @@ -65,5 +65,4 @@ database server, for you: docker-compose up ``` -docker-compose will read settings from your `.env` file; you can set any of the -options mentioned in the [configuration documentation](./configuration.md). +`capsul-flask` will read settings from your `.env` file as usual; you can set any of the options mentioned in the [configuration documentation](./configuration.md).