Skip to content

Commit 7417cf9

Browse files
Update README.md
1 parent 4b63d7e commit 7417cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As the code might betray, I'm a fairly novice programmer whose biggest project i
2525

2626
I have only needed to run this program on Windows and Linux, and currently only a Windows binary is being provided in the releases section. But to run it yourself, the only non-standard library required is BeautifulSoup, which is present in the requirements.txt.
2727

28-
The binary is currently compiled manually using PyInstaller with pyinstaller --onefile (at least until I get my github action working again at which point that will run automatically), but of course you can just clone the repo, open link_editor.py in your editor, and run it from there as well.
28+
The binary is currently compiled manually using PyInstaller with pyinstaller --onefile, but of course you can just clone the repo, open link_editor.py in your editor, and run it from there as well.
2929

3030
## How to contribute
3131

0 commit comments

Comments
 (0)