update readme (#5118)

* remove nyano

* Apply suggestion from @Toby222

yearg

Co-authored-by: Tobias Berger <toby@tobot.dev>
Signed-off-by: BarryNorfolk <barrynorfolkman@protonmail.com>

---------

Signed-off-by: BarryNorfolk <barrynorfolkman@protonmail.com>
Co-authored-by: BarryNorfolk <barrynorfolkman@protonmail.com>
Co-authored-by: Tobias Berger <toby@tobot.dev>
This commit is contained in:
AeraAulin 2026-03-16 12:07:09 -07:00 committed by GitHub
parent bfbd9ef695
commit ff886cd763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<div class="header" align="center"> <div class="header" align="center">
<img alt="Delta-V Logo" width="128" height="128" src="https://raw.githubusercontent.com/DeltaV-Station/Delta-v/master/Resources/Textures/Logo/logo.png" /> <img alt="Delta-V Logo" width="128" height="128" src="https://raw.githubusercontent.com/DeltaV-Station/Delta-v/master/Resources/Textures/Logo/logo.png" />
<!-- <img alt="Delta-V Banner" width="512" height="126" src="https://raw.githubusercontent.com/DeltaV-Station/Delta-v/master/Resources/Textures/Logo/banner.png" /> --> <!-- <img alt="Delta-V Banner" width="512" height="126" src="https://raw.githubusercontent.com/DeltaV-Station/Delta-v/master/Resources/Textures/Logo/banner.png" /> -->
</div> </div>
@ -7,7 +7,7 @@ Delta-V is a fork of [Space Station 14](https://github.com/space-wizards/space-s
Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://github.com/space-wizards/RobustToolbox), a homegrown engine written in C#. Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://github.com/space-wizards/RobustToolbox), a homegrown engine written in C#.
### Delta-V is a continuation of the [Nyanotrasen](https://www.nyanotrasen.moe/) fork. Any work done in a non-base namespace may contain incorrect attributes due to rewrites and recommitting. ### Any work done in a non-base namespace may contain incorrect attributions due to rewrites and recommitting.
## Links ## Links
@ -19,7 +19,7 @@ Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://githu
</div> </div>
#### Space Station 14 #### Space Station 14
<div class="header" align="center"> <div class="header" align="center">
[Website](https://spacestation14.io/) | [Discord](https://discord.ss14.io/) | [Forum](https://forum.spacestation14.io/) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/) [Website](https://spacestation14.io/) | [Discord](https://discord.ss14.io/) | [Forum](https://forum.spacestation14.io/) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/)
@ -28,8 +28,8 @@ Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://githu
## Documentation/Wiki ## Documentation/Wiki
The [docs site](https://docs.spacestation14.io/) has documentation on SS14s content, engine, game design and more. The [docs site](https://docs.spacestation14.io/) has documentation on SS14s content, engine, game design and more.
Additionally, see these resources for license and attribution information: Additionally, see these resources for license and attribution information:
- [Robust Generic Attribution](https://docs.spacestation14.com/en/specifications/robust-generic-attribution.html) - [Robust Generic Attribution](https://docs.spacestation14.com/en/specifications/robust-generic-attribution.html)
- [Robust Station Image](https://docs.spacestation14.com/en/specifications/robust-station-image.html) - [Robust Station Image](https://docs.spacestation14.com/en/specifications/robust-station-image.html)
## Contributing ## Contributing
@ -58,7 +58,7 @@ git clone https://github.com/DeltaV-Station/Delta-v.git
cd Delta-v cd Delta-v
python RUN_THIS.py python RUN_THIS.py
``` ```
3. Compile the solution: 3. Compile the solution:
Build the server using `dotnet build`. Build the server using `dotnet build`.