diff --git a/README.md b/README.md index df823936cf..5247effa1a 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ To make changes to these packages and test them locally, fork this repository. T ```bash $ git clone https://github.com/sublimehq/Packages.git -$ ln -s `pwd`/Packages/Python ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/ +$ ln -s `pwd`/Packages/Python ~/Library/Application\ Support/Sublime\ Text/Packages/ ``` ### Linux ```bash $ git clone https://github.com/sublimehq/Packages.git -$ ln -s `pwd`/Packages/Python ~/.config/sublime-text-3/Packages/ +$ ln -s `pwd`/Packages/Python ~/.config/sublime-text/Packages/ ``` ### Windows @@ -33,7 +33,7 @@ On Windows, you can use directory junctions instead of symlinks (symlinks requir ```powershell # Using PowerShell PS> git clone https://github.com/sublimehq/Packages.git -PS> cmd /c mklink /J "$env:APPDATA/Sublime Text 3/Packages/Python" (convert-path ./Packages/Python) +PS> cmd /c mklink /J "$env:APPDATA/Sublime Text/Packages/Python" (convert-path ./Packages/Python) ``` Alternatively, download the portable version and clone this repository directly as a subdirectory of the `Data` folder.