Skip to content

Commit

Permalink
Added DockerHub link to the README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtrendence committed Dec 2, 2021
1 parent 3671763 commit 1c5b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ You download the application for the operating system you use from the [Releases

### How can I host the server without using the Electron app?

Electron apps are big, no arguments there. You can simply download the source code (or ManualServer.zip from the [Releases](https://github.com/Xtrendence/FileDrop/releases) section), open a terminal in the same directory as the `package.json` file, run `npm install` followed by `npm start`.
Electron apps are big, no arguments there. You can simply download the source code (or ManualServer.zip from the [Releases](https://github.com/Xtrendence/FileDrop/releases) section), open a terminal in the same directory as the `package.json` file, run `npm install` followed by `npm start`. Alternatively, you can use the [Docker image](https://hub.docker.com/r/xtrendence/filedrop) (further instructions can be found in the README on DockerHub).

### How does the encryption work?

Expand Down

0 comments on commit 1c5b3fa

Please sign in to comment.