We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592b7d9 commit 0ac2b95Copy full SHA for 0ac2b95
README.md
@@ -22,7 +22,11 @@
22
23
1. Go to [Postgresapp](https://postgresapp.com/) to download and run the Postgres app for your platform.
24
2. Go to [pgAdmin](https://www.pgadmin.org/download/) to download the administration tool for Postgres.
25
-3. Once installed, open pgAdmin and create a new database named `learnops` on the server that was automatically created during installation.
+3. Once installed, open pgAdmin, right-click on "Server" and choose "Create > Server".
26
+4. Name the server "NSS"
27
+5. Go to the connections tab and enter "localhost" for the host name.
28
+6. Click "Ok" to save
29
+7. Right-click on the NSS server and create a new database named `learnops`.
30
31
### Getting the Code
32
0 commit comments