Skip to content

Commit 4d0a9eb

Browse files
committed
Fix banner on topic and map links.
1 parent bb6f4a5 commit 4d0a9eb

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

.dtua/links.env

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
LINK_REQUIREMENTS="p-605-requirements-2"
2+
LINK_DOWNLOADING_SERVER_FILES="p-605-downloading-server-files-3"
3+
LINK_STARTING_THE_SERVER="#p-605-starting-the-server-4"
4+
LINK_STARTUP_COMMANDS="p-605-startup-commands-5"
5+
LINK_RCON_INFORMATION="p-605-rcon-information-6"
6+
LINK_WINDOWS="p-605-windows-7"
7+
LINK_CREATING_STARTUP_SCRIPT_WINDOWS="todo"
8+
LINK_LINUX="p-605-linux-9"
9+
LINK_CREATING_STARTUP_SCRIPT_LINUX="todo"
10+
LINK_USING_SCREEN="p-605-using-screen-11"
11+
LINK_ADDITIONAL_CONFIGURATION="p-605-additional-configuration-12"
12+
LINK_CONCLUSION="p-605-conclusion-13"
13+
LINK_SEE_ALSO="p-605-see-also-14"
14+
LINK_HOW_TO_INSTALL_UMOD="p-605-how-to-install-umodhttpsumodorg-15"
15+
LINK_RUST_AUTOWIPE_TOOL_FOR_PTERODACTYL="p-605-rust-autowipe-tool-for-pterodactylhttpsgithubcomgamemannrust-auto-wipe-16"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
![banner](./images/banner.png)
3+
![banner](https://github.com/modcommunity/how-to-set-up-a-rust-server/raw/main/images/banner.png)
44

55
</div>
66

@@ -14,9 +14,9 @@ This guide is focused on setting up a **vanilla** server, but additional guides
1414
* [Starting The Server](#starting-the-server)
1515
* [Startup Commands](#startup-commands)
1616
* [Windows](#windows)
17-
* [Creating Startup Script](#creating-startup-script)
17+
* [Creating Startup Script (Windows)](#creating-startup-script-windows)
1818
* [Linux](#linux)
19-
* [Creating Startup Script](#creating-startup-script-1)
19+
* [Creating Startup Script (Linux)](#creating-startup-script-linux)
2020
* [Using Screen](#using-screen)
2121
* [Additional Configuration](#additional-configuration)
2222
* [Conclusion](#conclusion)
@@ -107,7 +107,7 @@ Server startup complete
107107
SteamServer Connected
108108
```
109109

110-
#### Creating Startup Script
110+
#### Creating Startup Script (Windows)
111111
To make it easier to launch the server, let's create a [Batch](https://www.tutorialspoint.com/batch_script/index.htm) that automatically starts the server.
112112

113113
1. Create a new file through the File Explorer using a text editor such as Notepad (built-in) or [VS Code](https://code.visualstudio.com/) and name the file `start.bat`.
@@ -193,7 +193,7 @@ SteamServer Connected
193193

194194
**NOTE** - You can also execute and set commands through the server's console. If you retrieve a response, it indicates the server is online. For example, try executing the `status` command after the server is up!
195195

196-
#### Creating Startup Script
196+
#### Creating Startup Script (Linux)
197197
Having to copy and paste the command we've compiled above can become annoying and tedious.
198198

199199
To make things simpler, let's create a Bash script that starts up the Rust server.

0 commit comments

Comments
 (0)