Skip to content

Commit

Permalink
Minor improvement to workflow yml file and README
Browse files Browse the repository at this point in the history
  • Loading branch information
qing762 committed Oct 15, 2023
1 parent 8a72909 commit f64eb66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
with:
files: release.zip
name: "Release v${{ github.run_number }}"
body: "Commit: ${{ github.sha }}\nDownload the release.zip file and you are good to go by following the steps given in the README."
body: "Commit: ${{ github.sha }}\nDownload the `release.zip` file and you are good to go!\nContinue by following the steps given in the README."
tag_name: ${{ github.ref_name }}
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ First, clone this repository:
```shell
git clone https://github.com/qing762/exitLag-auto-signup/
```
Install [Google Chrome](https://google.com/chrome/) (IMPORTANT!)
```shell
INSTALL HERE: https://google.com/chrome/
```

Install the necessary dependencies:
```shell
pip install -r requirements.txt
Expand All @@ -36,7 +41,10 @@ python main.py
```

And you're all set! Follow the instructions while interacting with the Python file.


## Known issues
[Here are a list of known issues and on how you can fix it](https://github.com/qing762/exitlag-auto-signup/discussions/4)

## Contributing

Contributions are always welcome!
Expand Down

0 comments on commit f64eb66

Please sign in to comment.