diff options
author | Andrew Browning <ayleph@thisshitistemp.com> | 2017-08-15 02:29:54 -0400 |
---|---|---|
committer | Andrew Browning <ayleph@thisshitistemp.com> | 2017-08-15 02:29:54 -0400 |
commit | 5487c3b0d95313aff67dd3a2b6fbb2007119ac53 (patch) | |
tree | 37af4e78b50b7a3dcfec92cbbedb3469110c95f6 /docs/source/siteadmin/deploying.rst | |
parent | 2f2b4cbacb72cbeb21d51323296fb90a20c81737 (diff) | |
download | mediagoblin-5487c3b0d95313aff67dd3a2b6fbb2007119ac53.tar.lz mediagoblin-5487c3b0d95313aff67dd3a2b6fbb2007119ac53.tar.xz mediagoblin-5487c3b0d95313aff67dd3a2b6fbb2007119ac53.zip |
Properly escape asterisk in *buntu
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index c7cc2403..e52a4b08 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -65,7 +65,7 @@ MediaGoblin has the following core dependencies: - `virtualenv <http://www.virtualenv.org/>`_ - `nodejs <https://nodejs.org>`_ -On a DEB-based system (e.g Debian, gNewSense, Trisquel, *buntu, and +On a DEB-based system (e.g Debian, gNewSense, Trisquel, \*buntu, and derivatives) issue the following command:: sudo apt-get install git-core python python-dev python-lxml \ |