Skip to content

Commit

Permalink
Undo readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Oct 28, 2023
1 parent 4f749b7 commit 824f772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ To build the various resolvers, follow the instructions in the [install guide](h
To run the "Update Manager" simply run this snippet in the "Houdini Python Source Editor" panel:

> [!IMPORTANT]
import urllib,ssl
update_manager_url = 'https://raw.githubusercontent.com/LucaScheller/VFX-UsdAssetResolver/main/tools/update_manager.py'
exec(urllib.request.urlopen(update_manager_url,context=ssl._create_unverified_context()).read(), globals(), locals())
Expand Down

0 comments on commit 824f772

Please sign in to comment.