Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeyjodon authored Jun 1, 2024
1 parent 2d0f768 commit 1092026
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Moonlight is an open source client for [Sunshine](https://github.com/LizardByte/

## Original 3DS Note

While this app is operable on the original 3DS, the hardware decoder must be disabled and the framerate will be significantly lower due to the slower CPU. It is not recommended to use this app on the original 3DS.
While this app is operable on the original 3DS, the hardware decoder must be disabled and the framerate will be significantly lower due to the slower CPU.

## Configuration

Expand All @@ -25,10 +25,9 @@ docker build --network=host -t moonlight-n3ds .
docker run --rm -it -v .:/moonlight-N3DS -w /moonlight-N3DS moonlight-n3ds:latest
```

Then, run the following commands in the docker commandline:
Then, run the following command in the docker commandline:

```bash
source /etc/profile.d/devkit-env.sh
make
```

Expand Down

0 comments on commit 1092026

Please sign in to comment.