From a7632a9c0378f1b59fc890e86a9eefdec046b86a Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Wed, 14 Aug 2024 10:53:36 +0200 Subject: [PATCH] adjust readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d5887..ac0a195 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ $HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/python/bin/python3.11 -m venv venv source venv/bin/activate pip install bpy -echo "what the fuck, is it working? I hope so." ``` # install addon: ```bash -ln -s $HOME/git/pointer/neomatter/font3d/font3d_blender_addon $HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/scripts/addons/font3d +cd +ln -s $(pwd) $HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/scripts/addons/font3d ``` # get blender addon path: