Skip to content

Commit

Permalink
Temporary fix to get the extensions installed locally and all updated.
Browse files Browse the repository at this point in the history
Also this ensures the typos are fixed.
  • Loading branch information
Deryl R. Doucette committed Aug 7, 2011
1 parent 02b9a22 commit f57a6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/extensions/basics.haml
Expand Up @@ -63,7 +63,7 @@
First we pull the extension repository locally to the system, First we pull the extension repository locally to the system,
%pre.code %pre.code
:preserve :preserve
root# bdsm update repository root# bdsm get head; bdsm sets update all ; bdsm ext update all


%p %p
Internal extensions (found at https://github.com/wayneeseguin/bdsm-extensions) Internal extensions (found at https://github.com/wayneeseguin/bdsm-extensions)
Expand All @@ -79,7 +79,7 @@
Updating extensions from the main repository is done as follows. Updating extensions from the main repository is done as follows.
%pre.code %pre.code
:preserve :preserve
root# bdsm update <extension_name> root# bdsm ext update <extension_name>


%h2 %h2
Extensions Creating / Editing / Developing Extensions Creating / Editing / Developing
Expand Down

0 comments on commit f57a6e9

Please sign in to comment.