diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 11:51:20 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 11:51:20 -0800 |
commit | c9cdb036578b9636821b2dd88b423f1ebf35559a (patch) | |
tree | c7ba55752c5892e792e9e5af4f7c68bba7a8e368 /docs/source/siteadmin/plugins.rst | |
parent | 5c58b69e51bd2bed1b48e260cb10f9e7f86d6097 (diff) | |
download | mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.tar.lz mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.tar.xz mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.zip |
Move Ubuntu -> *buntu because of absurd trademark issues
For more context, see:
http://joeyh.name/blog/entry/trademark_nonsense/
Diffstat (limited to 'docs/source/siteadmin/plugins.rst')
-rw-r--r-- | docs/source/siteadmin/plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/plugins.rst b/docs/source/siteadmin/plugins.rst index baca381d..1f82c670 100644 --- a/docs/source/siteadmin/plugins.rst +++ b/docs/source/siteadmin/plugins.rst @@ -55,7 +55,7 @@ offer for your media), we would do:: virtual environment before installing with pip. Otherwise the plugin may get installed in a different environment than the one MediaGoblin is installed in. Also make sure, you use e.g. pip-2.7 if your default - python (and thus pip) is python 3 (e.g. in Ubuntu). + python (and thus pip) is python 3 (e.g. in *buntu). Once you've installed the plugin software, you need to tell MediaGoblin that this is a plugin you want MediaGoblin to use. To do |