diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-11 17:37:14 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-11 17:37:14 +0200 |
commit | 97665ea7ad1b65a0e6542326b01aca6d116e7fba (patch) | |
tree | 776554bb7a4400742704a03b7c3b156c76dfe725 | |
parent | 8913b2fdcd92d9fc01e9e6086c8506d36b55bc2e (diff) | |
download | NorthstarWiki-97665ea7ad1b65a0e6542326b01aca6d116e7fba.tar.gz NorthstarWiki-97665ea7ad1b65a0e6542326b01aca6d116e7fba.zip |
Properly escape square brackets
So that link checking tools don't see it as potential incomplete
hyperlink
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md index b21e33e..d508b69 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md @@ -17,7 +17,7 @@ The current minimum requirements are as follows: - 5GB free disk space (+3 GB if you're on windows due to origin and deps) - 3+ cores (2 might work, though) - 3GB+ total memory (RAM or swap will do) -- Windows 8.1 (and built-in WARP [use `-softwared3d11`] or a graphics card) + or wine 6.0.0+ (and dxvk+lavapipe+x11, wined3d+llvmpipe+x11, or a working graphics setup with dxvk or llvmpipe) (see [this](https://github.com/pg9182/northstar-dedicated) for more) +- Windows 8.1 (and built-in WARP \[use `-softwared3d11`\] or a graphics card) + or wine 6.0.0+ (and dxvk+lavapipe+x11, wined3d+llvmpipe+x11, or a working graphics setup with dxvk or llvmpipe) (see [this](https://github.com/pg9182/northstar-dedicated) for more) **Per instance:** |