|
1 | | -# 📝 setup.md |
| 1 | +<div align="center"> |
| 2 | + |
| 3 | +<picture> |
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="src/assets/logos/logo-light.svg" width="25%" height="25%"> |
| 5 | + <source media="(prefers-color-scheme: light)" srcset="src/assets/logos/logo-dark.svg" width="25%" height="25%"> |
| 6 | + <img alt="Minecraft Bookshelf" src="src/assets/logos/bookshelf.png" width="25%" height="25%"> |
| 7 | +</picture> |
| 8 | + |
| 9 | +--- |
2 | 10 |
|
3 | 11 | Welcome to the Minecraft server administration knowledgebase designed to provide accurate and meaningful data in one place. |
4 | 12 |
|
| 13 | +</div> |
| 14 | + |
5 | 15 | ## 👨💻 Contributing |
6 | 16 |
|
7 | 17 | - Contributions make the open source community such an amazing place to learn, inspire, and create. |
8 | 18 | - Any contributions you make are **truly appreciated** |
9 | 19 |
|
10 | 20 | ## 💻 Development |
11 | 21 |
|
12 | | -1. Fork the project: Click the gray `Fork` button in the top right of this page. This creates _your_ copy of the project and saves it as a new repository in your github account |
13 | | -2. Click on the green `Code` button, then either the HTTPS or SSH option and, click the icon to copy the URL. Now you have a copy of the project. Thus, you can play around with it locally on your computer. |
14 | | -3. Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git Bash, ZSH): |
| 22 | +1. Fork the project: Click the gray `Fork` button in the top right of this page. This creates _your_ own copy of the project and saves it as a new repository in your GitHub account. |
| 23 | +2. Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git Bash, ZSH): |
15 | 24 |
|
16 | 25 | Do this to download the forked copy of this repository to your computer: |
17 | 26 |
|
18 | 27 | ```bash |
19 | | -$ git clone https://github.com/setupmd/docs.git |
| 28 | +git clone https://github.com/YOUR_GITHUB_USERNAME/docs.git |
20 | 29 | ``` |
21 | 30 |
|
22 | | - Step into the directory: |
| 31 | +Step into the directory: |
23 | 32 | ```bash |
24 | | -$ cd docs |
| 33 | +cd docs |
25 | 34 | ``` |
26 | 35 |
|
27 | 36 | All commands are run from the root of the project, from a terminal: |
|
0 commit comments