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).