mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
✨ feat: Add nestri cli (#79)
## Description
**What issue are you solving (or what feature are you adding) and how
are you doing it?**
We are adding an option to start the Nestri server (omg almost called it
Netris :) using a cli
The idea is to reduce the friction of starting up the service and
running it, this includes:
1. Installing and configuring the Windows executables for the game
2. Running the game on a linux machine
3. Preparing the host system i.e configuring Docker, Nvidia
{Drivers,CUDA} etc etc
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "moq-server"]
|
||||
path = moq-server
|
||||
url = https://github.com/kixelated/moq-rs
|
||||
[submodule "cli"]
|
||||
path = cli
|
||||
url = https://github.com/nestriness/cli.git
|
||||
|
||||
1
cli
Submodule
1
cli
Submodule
Submodule cli added at d95b4a84cb
Reference in New Issue
Block a user