Skip to content

Commit

Permalink
docs: fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Apr 14, 2024
1 parent 992ec5a commit 5233384
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest]

steps:
- name: Check out Git repository
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5233384

Please sign in to comment.