A docset of WooCommerce for the popular Mac OS X app Dash.
With the introduction of User-Contributed Docsets in Dash 2.1+, you can now install the WooCommerce Docset by searching within Dash.
- Launch Dash
- Open Dash's Preferences (⌘,) then select the Downloads tab
- In the sidebar under Other Docsets, select User Contributed
- Search for WooCommerce
- Click on the Download button to install
You'll now receive auto-updates when the docset has been updated!
- Download a Zip archive of this repository
- Extract the file to your Desktop
- Copy WooCommerce.docset to
~/Library/Application Support/Dash/Docsets/WooCommerce
- Launch Dash
- Open Dash's Preferences (⌘,) then select the Docsets tab
- Click the Rescan button
- WooCommerce will appear in the list of installed Docsets
If you prefer using a Terminal to the Finder, use the following commands:
mkdir -p ~/"Library/Application Support/Dash/DocSets/WooCommerce" && cd "$_"
curl -#OkL https://github.com/ryanjbonnell/WooCommerce.docset/archive/master.tar.gz
tar -xzf master.tar.gz --strip-components 1 && rm master.tar.gz
open WooCommerce.docset
An even more succinct version is:
mkdir -p ~/"Library/Application Support/Dash/DocSets/WooCommerce" && cd "$_" && curl -#kL https://github.com/ryanjbonnell/WooCommerce.docset/archive/master.tar.gz | tar -xz --strip-components 1 && open WooCommerce.docset
- 2.1.10 — 04 June 2014
- 2.1.9 — 27 May 2014
- 2.1.8 — 30 April 2014