summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-12-14 20:20:22 +0100
committerGitHub <noreply@github.com>2021-12-14 20:20:22 +0100
commit4fdb9f99b48714fb57d352d8d627140c365bd94f (patch)
treee7788812797ba5fcfd55f27b7a8cd40b16d9c756 /docs
parent4f1376430dc61f67829ada9476c5566256d2e028 (diff)
downloadwiki-4fdb9f99b48714fb57d352d8d627140c365bd94f.tar.gz
wiki-4fdb9f99b48714fb57d352d8d627140c365bd94f.tar.bz2
wiki-4fdb9f99b48714fb57d352d8d627140c365bd94f.zip
chore: fix guide
Diffstat (limited to 'docs')
-rw-r--r--docs/windows-requirements.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md
index af002f9..81747df 100644
--- a/docs/windows-requirements.md
+++ b/docs/windows-requirements.md
@@ -53,19 +53,19 @@
1. Choose a database management tool
- 1. mysql cli (Fastest)
+ - mysql cli (Fastest)
- 1. [SQLYog Community Edition](https://github.com/webyog/sqlyog-community/wiki/Downloads)
+ - [SQLYog Community Edition](https://github.com/webyog/sqlyog-community/wiki/Downloads)
- 1. [HeidiSQL](https://www.heidisql.com/download.php) (Best for beginners)
+ - [HeidiSQL](https://www.heidisql.com/download.php) (Best for beginners)
- 1. MySQL Workbench (already installed if you chose to install full MySQL package)
+ - MySQL Workbench (already installed if you chose to install full MySQL package)
- 1. [DBeaver](https://dbeaver.io/) (Multiplattform Database Management Tool)
+ - [DBeaver](https://dbeaver.io/) (Multiplattform Database Management Tool)
-1. Try connecting to your database. You may be looking for "Connect to Host" or "New Connection" or "Session Manager" depending on which program you use.
+ 1. Try connecting to your database. You may be looking for "Connect to Host" or "New Connection" or "Session Manager" depending on which program you use.
-1. Create a new connection/session. The Hostname/IP address of "127.0.0.1" or "localhost" is fine if you installed MySQL on the same computer that you installed HeidiSQL or SQLYog. Simply fill in your root // whatever password and you should now be able to connect to your database.
+ 1. Create a new connection/session. The Hostname/IP address of "127.0.0.1" or "localhost" is fine if you installed MySQL on the same computer that you installed HeidiSQL or SQLYog. Simply fill in your root // whatever password and you should now be able to connect to your database.
1. [CMake](https://cmake.org/)