Skip to content
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8152b85
docs(ci): add requirements.txt and update workflow to use it for depe…
muscariello Sep 29, 2025
7d20988
ci: restrict workflow to docs and mkdocs folders
muscariello Sep 29, 2025
315981d
ci: add beautifulsoup4 to requirements.txt for bs4 import
muscariello Sep 29, 2025
2ce0cec
fix: resolve requirements.txt merge conflict (add beautifulsoup4)
muscariello Sep 29, 2025
899c811
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Sep 29, 2025
f4b3705
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Sep 29, 2025
d0206c8
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Sep 29, 2025
9299b2f
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Sep 30, 2025
a097273
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Sep 30, 2025
5ff1656
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Sep 30, 2025
4dc601d
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Oct 12, 2025
8dc2c89
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Nov 17, 2025
1ee2b41
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Jan 19, 2026
263a8cf
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Jan 19, 2026
0bc4fd6
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Jan 24, 2026
d6f3126
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Jan 27, 2026
259297e
Merge branch 'main' of https://github.com/agntcy/docs
muscariello Jan 27, 2026
11c021c
docs: improve windows troubleshooting steps in directory-gui
muscariello Jan 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/dir/directory-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ commonly appears when installing software downloaded from GitHub because the
application is unrecognized, unsigned, or lacks a high reputation score.

### How to Run the App ("Run Anyway")
When the blue warning screen appears:

1. Click the **More info** link in the text of the popup.
2. Click the **Run anyway** button that appears at the bottom.
To unblock an .exe file in Windows 11, right-click the file, select Properties,
check the Unblock box under the "General" tab, and click Apply. If the option is
missing, the file is not blocked.

You can also bypass SmartScreen by clicking "More info" > "Run anyway".

### Why This Happens
* **Unknown Publisher/Unsigned Code**: Many independent developers on GitHub
Expand Down
Loading