diff --git a/ferretdb-debian.md b/ferretdb-debian.md index 3e6b99d..10563f4 100644 --- a/ferretdb-debian.md +++ b/ferretdb-debian.md @@ -1,10 +1,8 @@ --- title: Prepping FerretDB for use with Canopy --- - - ## Step-by-step procedure for prepping FerretDB for use with Canopy: -FerretDB is a FLOSS replacement for MongoDB. If you're not hell bent on using software with a hard FLOSS license like me, you're probably better off [using the original](mongodb-debian)
+FerretDB is a FLOSS replacement for MongoDB. If you're not hell bent on using software with a hard FLOSS license, you're probably better off [using the original](mongodb-debian)
### Install Pre-Req's 1. Install curl, assuming you haven't already `sudo apt install curl` @@ -21,5 +19,5 @@ title: Prepping FerretDB for use with Canopy ### Postgresql Configuration -1. Use super-cow powers to enter a postgres shell `sudo -i -u postgres` +1. Use super-cow powers to login as the postgres user `sudo -i -u postgres` 2. Enter the postgresql shell `psql`