Skip to content

Commit d95f4ee

Browse files
committed
Now we're truly 1 command install
1 parent d5efb92 commit d95f4ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ Use your mobile phone as a virtual xbox controller for your windows or linux pc!
77
This project relies on work done by @qbolec with [joydiv](https://github.com/qbolec/Joydiv) and the [j2dx](https://github.com/OzymandiasTheGreat/Joy2DroidX-server/) server written by @OzymandiasTheGreat, so huge thanks to them!
88

99
### Install Script:
10-
The following script is a quick way to get the server and client up and running with one(sort-of) command.
10+
The following script is a quick way to get the server and client up and running with one command. The server and client will be installed in a directory called `virtual-controller`.
1111
```
12-
python3 -m venv virtual-controller && cd virtual-controller; bash <(curl -s https://raw.githubusercontent.com/harsh2204/socketjoy/master/install.sh)
12+
bash <(curl -s https://gist.githubusercontent.com/harsh2204/ad0edf5ef6298464fb5f6d50bd01196f/raw)
1313
```
1414

15-
### Steps to get this up and running:
15+
To run the server again you can simply go into `virtual-controller/socket-joy` and run `./run.sh`.
16+
### Manual Setup and Deploymet Steps:
1617

1718
* install j2dx plugin and set it up. See instuctions [from my fork](https://github.com/harsh2204/Joy2DroidX-server) or [here](https://github.com/OzymandiasTheGreat/Joy2DroidX-server/#installation)
1819
* edit socketjoy.js to open the socket at the local IP address of your machine on line. Alternatively, you can also do this in the browser after you connect you smartphone..
@@ -24,7 +25,7 @@ python3 -m venv virtual-controller && cd virtual-controller; bash <(curl -s http
2425

2526
TODO: Reimplement the front end rendering to support custom positions and controller configurations in general!
2627

27-
### Implemenation Status
28+
### Implemenation Status:
2829

2930
**Button/Command**|** Status**
3031
:-----:|:-----:

0 commit comments

Comments
 (0)