diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 06:56:26 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 06:56:26 -0500 |
commit | 1b734c4d67640b62d93cc41c4061555581e3f77f (patch) | |
tree | 5da1c52d36301d9ba304571b1f6fc2715d515e78 /docs/hackinghowto.rst | |
parent | 30d216aedce6d2b4696f2213c20c77dffae9b477 (diff) | |
download | mediagoblin-1b734c4d67640b62d93cc41c4061555581e3f77f.tar.lz mediagoblin-1b734c4d67640b62d93cc41c4061555581e3f77f.tar.xz mediagoblin-1b734c4d67640b62d93cc41c4061555581e3f77f.zip |
It doesn't necessarily have to be bash.
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index ef49fc43..46353886 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -133,9 +133,9 @@ Delete the following directories: .. YouCanHelp:: - If you're familiar with MongoDB and bash, we'd love to get a - `script that removes all the GNU MediaGoblin data from an existing - instance <http://bugs.foocorp.net/issues/296>`_. Let us know! + If you're familiar with MongoDB, we'd love to get a `script that + removes all the GNU MediaGoblin data from an existing instance + <http://bugs.foocorp.net/issues/296>`_. Let us know! Quickstart for Django programmers |