Merge pull request #215 from balping/patch-1

fix headers
This commit is contained in:
R. Aidan Campbell 2017-03-31 18:25:56 -07:00 committed by GitHub
commit 476703d442

View File

@ -1,4 +1,4 @@
#Moonlight for Chrome # Moonlight for Chrome
[Moonlight for Chrome](http://moonlight-stream.com) is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built to run in the Chrome browser. [Moonlight for Chrome](http://moonlight-stream.com) is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built to run in the Chrome browser.
@ -6,7 +6,7 @@ Moonlight for Chrome allows you to stream your full collection of games from you
Moonlight also has mobile versions for [Android](https://github.com/moonlight-stream/moonlight-android) and [iOS](https://github.com/moonlight-stream/moonlight-ios). Moonlight also has mobile versions for [Android](https://github.com/moonlight-stream/moonlight-android) and [iOS](https://github.com/moonlight-stream/moonlight-ios).
##Features ## Features
* Streams Steam Big Picture and all of your games from your PC to your Chrome browser * Streams Steam Big Picture and all of your games from your PC to your Chrome browser
* Keyboard and mouse support * Keyboard and mouse support
@ -14,37 +14,37 @@ Moonlight also has mobile versions for [Android](https://github.com/moonlight-st
* Full support for Xbox controllers and PlayStation controllers, and some other HID gamepads * Full support for Xbox controllers and PlayStation controllers, and some other HID gamepads
* Use mDNS to scan for compatible GeForce Experience (GFE) machines on the network * Use mDNS to scan for compatible GeForce Experience (GFE) machines on the network
##Features to come ## Features to come
* Gamepad mapping * Gamepad mapping
* Improved UI * Improved UI
* Better error handling * Better error handling
##Installation ## Installation
* Download [GeForce Experience](http://www.geforce.com/geforce-experience) and install on your GameStream-compatible PC * Download [GeForce Experience](http://www.geforce.com/geforce-experience) and install on your GameStream-compatible PC
* Install the [latest release](https://github.com/moonlight-stream/moonlight-chrome/releases) * Install the [latest release](https://github.com/moonlight-stream/moonlight-chrome/releases)
##Requirements ## Requirements
* Chrome browser on Windows, Mac OS X, Linux, or Chrome OS * Chrome browser on Windows, Mac OS X, Linux, or Chrome OS
* [GameStream-compatible](http://shield.nvidia.com/play-pc-games/) computer with GTX 600+ series desktop or mobile GPU (for the PC from which you're streaming) * [GameStream-compatible](http://shield.nvidia.com/play-pc-games/) computer with GTX 600+ series desktop or mobile GPU (for the PC from which you're streaming)
* High-end wireless router (802.11n dual-band recommended) or wired network * High-end wireless router (802.11n dual-band recommended) or wired network
##Building ## Building
1. Install the Chrome Native Client SDK and download the current Pepper SDK 1. Install the Chrome Native Client SDK and download the current Pepper SDK
2. Set the `NACL_SDK_ROOT` environment variable to your Pepper SDK folder. If you need more detailed instructions, see [here](https://github.com/google/pepper.js/wiki/Getting-Started) 2. Set the `NACL_SDK_ROOT` environment variable to your Pepper SDK folder. If you need more detailed instructions, see [here](https://github.com/google/pepper.js/wiki/Getting-Started)
3. Run `git submodule update --init --recursive` from within `moonlight-chrome/` 3. Run `git submodule update --init --recursive` from within `moonlight-chrome/`
4. Run `make` from within the `moonlight-chrome/` repo 4. Run `make` from within the `moonlight-chrome/` repo
##Testing ## Testing
1. Open the Extensions page in Chrome 1. Open the Extensions page in Chrome
2. Check the 'Developer mode' option 2. Check the 'Developer mode' option
3. Click 'Load unpacked extension' and point it at your built moonlight-chrome repo 3. Click 'Load unpacked extension' and point it at your built moonlight-chrome repo
4. Run Moonlight from the extensions page 4. Run Moonlight from the extensions page
5. If making changes, make sure to click the Reload button on the Extensions page 5. If making changes, make sure to click the Reload button on the Extensions page
##Streaming ## Streaming
Simply type the hostname or IP into the textbox, pair, choose an app to run, then begin streaming. Once paired, the host will be remembered in a dropdown menu. To exit a stream, press Ctrl+Alt+Shift+Q. To remove focus from the stream, press Ctrl+Alt+Shift. Simply type the hostname or IP into the textbox, pair, choose an app to run, then begin streaming. Once paired, the host will be remembered in a dropdown menu. To exit a stream, press Ctrl+Alt+Shift+Q. To remove focus from the stream, press Ctrl+Alt+Shift.
##Contribute ## Contribute
This project is being actively developed at [XDA Developers](http://forum.xda-developers.com/showthread.php?t=2505510) This project is being actively developed at [XDA Developers](http://forum.xda-developers.com/showthread.php?t=2505510)