Skip to content

Commit

Permalink
Docs update README.md
Browse files Browse the repository at this point in the history
- Added a Note section for ppl interested in dev builds
  • Loading branch information
vagabondHustler authored Jan 23, 2024
1 parent 2b15482 commit 68bcdb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Requires Python *3.10+
- Build the executable and MSI installer by running `python -m tools.cx_freeze_build bdist_msi`.

> [!IMPORTANT]
> ###### Python 3.12+ use pip install -e .[`whl_cp312`...] instead of `build`, more info [here](https://github.com/marcelotduarte/cx_Freeze/issues/2153).
> ###### For Python 3.12+ use pip install -e .[`whl_cp312`...] instead of `build` if you're planning on building the msi/executble yourself, more info [here](https://github.com/marcelotduarte/cx_Freeze/issues/2153).
#### Windows installer <a name = "msi"></a>

Expand All @@ -97,6 +97,9 @@ Requires windows 10/11, probably works on 8.
- If you receive a PUA message, click "More info" → "Run anyway".
- Run Subsearch at least once for all the context menu options to appear

> [!NOTE]
> ###### Development builds are typically accessible for a minimum of 7 days. You can locate them from [release.yml](https://github.com/vagabondHustler/subsearch/actions/workflows/release.yml) within the artifacts generated by the associated GitHub Action.
<details>
<summary>Screenshots of PUA message<a name = "pua"></a></summary>

Expand Down

0 comments on commit 68bcdb0

Please sign in to comment.