Skip to content

Commit 9a3412d

Browse files
committed
Remove random extra space
1 parent efb976c commit 9a3412d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/start-here/database-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Steps } from '@astrojs/starlight/components';
99
This guide will help you install and setup PostgreSQL for hosting the database locally.
1010

1111
## Windows
12-
:::caution[]
12+
:::caution
1313
**Windows is not supported for firmware and ground station development.**
1414

1515
If you are using Windows, you will need to install Windows Subsystem for Linux (WSL). WSL lets you run a complete Linux environment directly inside Windows without virtual machine overhead or dual booting.
@@ -29,7 +29,7 @@ Make sure you follow the [Initial setup](/OBC-firmware/start-here/initial-setup)
2929

3030
2. Run `sudo -u postgres psql --version` to ensure PostgreSQL was installed properly. It should print that the major version is 16.
3131

32-
3. Run the following commands to setup PostgreSQL for the ground station.
32+
3. Run the following commands to setup PostgreSQL for the ground station.
3333
:::caution
3434
Make your PostgreSQL username the same as your Linux username.
3535
Also, try not to include special characters in your password as it may break connection strings.

0 commit comments

Comments
 (0)