From b12b26223c120dcdad1613fb36d7399fe714613b Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Fri, 28 Jun 2024 03:26:11 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Add=20nestri=20cli=20(#79)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- .gitmodules | 3 +++ cli | 1 + 2 files changed, 4 insertions(+) create mode 160000 cli diff --git a/.gitmodules b/.gitmodules index 0a932957..43a4f529 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/cli b/cli new file mode 160000 index 00000000..d95b4a84 --- /dev/null +++ b/cli @@ -0,0 +1 @@ +Subproject commit d95b4a84cb9ea05541fb88eb24a52bd294b59cae