Skip to content

Commit

Permalink
Add new lines between commands for server packaging. (#180)
Browse files Browse the repository at this point in the history
I'm a dumbass and keep forgetting how markdown works. This will make the
commands on the docs page not appear weirdly.
  • Loading branch information
VasilisThePikachu committed Mar 17, 2024
1 parent dc72ed3 commit 30d7d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/en/general-development/setup/server-hosting-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ By default, no admin privileges are set. A privileged administrator can give out
You need to [set up a development environment](./setting-up-a-development-environment.md) in order to produce a server build for custom code. After you do that, you need to generate the server build by running:

You first build the packaging tool using:

`dotnet build Content.Packaging --configuration Release`

Then you can use Content.Packaging to do the hard work. The command below will package the server using hybrid-acz (so that the launcher can download your custom content) for linux systems. If you wanna do for Windows instead replace ``linux-x64`` to ``win-x64``

`dotnet run --project Content.Packaging server --hybrid-acz --platform linux-x64`

```admonish info
Expand Down

0 comments on commit 30d7d45

Please sign in to comment.