1,007
edits
Heatherpedia (talk | contribs) (→Finding Something to Work On: added note about good-for-beginners) |
|||
Line 25: | Line 25: | ||
Uninstall your current version of Ubiquity from your Firefox Addons and then run: | Uninstall your current version of Ubiquity from your Firefox Addons and then run: | ||
python manage.py install | python manage.py install --profile=<profile name> | ||
(Replace <profile name> with the name of the profile into which you prefer to install the extension.) | |||
If you haven't created any profiles, then the profile you are using is called 'default'. To install Ubiquity into the default profile, do this: | |||
python manage.py install --profile=default | |||
This will generate a new build of the Ubiquity extension from the source checkout and install it with your local Firefox instance. | |||
Now you are all set to become a pro Ubiquity hacker! | Now you are all set to become a pro Ubiquity hacker! |
edits