davidteren / lpx_links

Gets the additional content download links for Logic Pro X
http://davidteren.github.io/lpx_links
107 stars 27 forks source link

Error in command-line instructions #7

Closed cgcb closed 6 years ago

cgcb commented 7 years ago

Hey, thanks for this!

The instructions for creating the directories in ~/Downloads is missing one directory to be created, the LogicX directory where downloaded packages are stored. It should read:

cd ~/Downloads; mkdir -p lpx_links/app; mkdir lpx_links/LogicX; curl -#L https://github.com/davidteren/lpx_links/tarball/master | tar -xzv --strip-components 1 ; ./lpx_links.rb

Cheers!