From 5233384002a724ddccc5c30ecf673de62753adb9 Mon Sep 17 00:00:00 2001 From: Hydra Date: Sun, 14 Apr 2024 04:32:05 +0100 Subject: [PATCH] docs: fix readme.md --- .github/workflows/build.yml | 2 +- README.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca09732f8..f790b66a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest] steps: - name: Check out Git repository diff --git a/README.md b/README.md index 809d2c087..9e7f6d79b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Ensure you have Node.js installed on your machine. If not, download and install ### Install Yarn -Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on [yarnpkg.com](yarnpkg.com). +Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on [yarnpkg.com](https://classic.yarnpkg.com/lang/en/docs/install/). ### Clone the Repository @@ -32,7 +32,7 @@ yarn ### Install Python 3.9 -Ensure you have Python installed on your machine. You can download and install it from [python.org](python.org). +Ensure you have Python installed on your machine. You can download and install it from [python.org](https://www.python.org/downloads/release/python-3919/). ### Install Python Dependencies @@ -49,7 +49,11 @@ Once you have it, you can paste the `.env.example` file and put it on `STEAMGRID ## Running -Once you've installed all dependencies, you can build and run Hydra Download Manager. Here are the basic commands: +Once you've got all things set up, you can run the following command to start both the Electron process and the bittorrent client: + +```bash +yarn start +``` ## Build