Skip to content

Commit

Permalink
Update build docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 15, 2021
1 parent 314491f commit 540c587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
# Comment out the below 'repository' line if you want to build fro
# your fork instead of the author's.
repository: lucent-sea/Remotely
fetch-depth: 0

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ I've created a cross-platform command line tool that can leverage the GitHub Act
- Located here: https://github.com/settings/tokens
- It needs to have the `repo` scope.
- Save the PAT when it's displayed. It will only be shown once.
- By default, the server will be built from the author's repo.
- If you want to build from your fork, comment out the `repository` line in `Build.yml` (in your repo). There's a comment in the file that points out the line.
- On your server, download the latest server installer executable (Linux or Windows) from [my releases page](https://github.com/lucent-sea/Remotely/releases).
- Run the app with elevation (e.g. sudo or "Run as admin").
- Follow the prompts to build and install the server.
Expand Down

0 comments on commit 540c587

Please sign in to comment.