Skip to content

Commit

Permalink
cleans up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed May 31, 2024
1 parent fcb9809 commit ed0f6c4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ There is currently only a Mac DMG pre-built for this application. Just download

Make sure you have Python 3 installed:

`$ python3 --version`
`> Python 3.9.19`
```python
python3 --version
> Python 3.9.19
```

If not, [download and install it](https://www.python.org/downloads/).

Clone the repo to your computer:

`$ git clone https://github.com/opulo-inc/farm-upload.git`
```bash
git clone https://github.com/opulo-inc/farm-upload.git
```

Inside the new `farm-upload` folder, you'll find a `settings-example.json` file. Duplicate it and rename it `settings.json`.

Expand All @@ -33,7 +37,9 @@ Open settings.json in a text editor. Update the IP addresses and passwords to ma

To run the application, from the `farm-upload` folder, do:

`python3 src/FarmUpload.py`
```bash
python3 src/FarmUpload.py
```

## Usage

Expand Down

0 comments on commit ed0f6c4

Please sign in to comment.