Skip to content

Commit 91670af

Browse files
authored
Update README.md
1 parent 87f6726 commit 91670af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ This project was coded in Python, using standard libraries.
1414
# Installation and Use
1515
The [latest release](https://github.com/MashedUpPeanuts/SQLite-to-CSV/releases) contains a pre-compiled executable, which can be downloaded and used immediately.
1616

17-
Alternatively, the .py file, containing the code can be downloaded and compiled by the end user.
17+
Alternatively, the source code package can be downloaded from the latest release and compiled using:
18+
19+
`py -m PyInstaller -F --icon='Icon.png' --add-data "Icon.png;.\assets" --onefile --noconsole 'DBConverter.py'`

0 commit comments

Comments
 (0)