Skip to content

Commit

Permalink
Merge pull request immense#422 from DaniW42/patch-1
Browse files Browse the repository at this point in the history
changed Readme to use new github repo url
  • Loading branch information
stevesobol authored Dec 22, 2021
2 parents bb90a33 + 45673eb commit ce127c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ However, you can also choose to install the pre-built packages that do not have
## Installation Instructions:
- Before attempting installation, verify that your domain name is resolving to your server's IP address.
- For example, I can use the command `ping remotely.lucency.co` and see the IP address to which it resolves.
- Find and download the `Remotely_Server_Installer[.exe]` CLI tool for the latest release on the [Releases page](https://github.com/lucent-sea/Remotely/releases).
- Find and download the `Remotely_Server_Installer[.exe]` CLI tool for the latest release on the [Releases page](https://github.com/immense/Remotely/releases).
- You will run it on the server where you'll be hosting Remotely.
- You need to run it with elevation (e.g. sudo or "Run as admin").
- Use `--help` argument to see all the command line arguments.
Expand All @@ -56,7 +56,7 @@ However, you can also choose to install the pre-built packages that do not have
```
git clone [email protected]:{your-username}/remotely
cd ./remotely
git remote add upstream https://github.com/lucent-sea/remotely
git remote add upstream https://github.com/immense/Remotely
git pull upstream master
git push origin master
```
Expand Down Expand Up @@ -122,7 +122,7 @@ The following steps will configure your Windows 10 machine for building the Remo
* Link: https://git-scm.com/downloads
* Install the latest LTS Node:
* Link: https://nodejs.org/
* Clone the git repository: `git clone https://github.com/lucent-sea/remotely`
* Clone the git repository: `git clone https://github.com/immense/Remotely`
* When debugging, the agent will use a pre-defined device ID and connect to https://localhost:5001.
* In development environment, the server will assign all connecting agents to the first organization.
* The above two allow you to debug the agent and server together, and see your device in the list.
Expand Down

0 comments on commit ce127c3

Please sign in to comment.