Skip to content

Commit

Permalink
✨ feat: Add nestri cli (#79)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
wanjohiryan authored Jun 28, 2024
1 parent 19e2f62 commit b12b262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions cli
Submodule cli added at d95b4a

0 comments on commit b12b262

Please sign in to comment.