[Feature] Slightly less confusing wording in features->libraries doc for Windows #13376
paoyong
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
docs/features/libraries#external-libraries
The line
+ - "C:/Users/user_name/Desktop/my media:/mnt/media/my-media:ro" # import path in Windows system.has confusing wording for beginners trying to set up in Windows like me.The whitespace in
my media:could be interpreted as"C:\mymediafolder media:/mnt/media/mymediafolder". I don't know how to indicate that whitespaces are okay, maybe it should be changed to+ - "C:/Users/user_name/Desktop/my media/:/mnt/media/my-media:ro" # import path in Windows system.(adding another slash after the my media/ to indicate it's a folder with whitespacePlatform
All reactions