From 523c832e10556f784bb985c265fe20bc577cf867 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 7 Jun 2022 11:16:20 +0200 Subject: [PATCH] Fix typo. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc20f5ef..e6f9e80d 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Create a PostgreSQL database called *devicehub* by running [create-db](examples/ - In MacOS: `bash examples/create-db.sh devicehub dhub`, and password `ereuse`. -Configure project using environment file (you can use provided example as quickstart): +Configure project using environment file (you can use provided example as quickstart): ```bash $ cp examples/env.example .env ``` -Using the `dh` tool for set up with one or multiple inventories. +Using the `dh` tool for set up with one or multiple inventories. Create the tables in the database by executing: ```bash @@ -43,7 +43,7 @@ Finally, run the app: $ export dhi=dbtest;dh run --debugger ``` -The error ‘bdist_wheel’ can happen when you work with a *virtual environment*. +The error ‘bdist_wheel’ can happen when you work with a *virtual environment*. To fix it, install in the *virtual environment* wheel package. `pip3 install wheel` @@ -123,7 +123,7 @@ To see a full list of migrations use $ alembic history ``` -# Upgrade an deployment +# Upgrade a deployment For upgrade an instance of devicehub you need to do: