Fix typo.

This commit is contained in:
Ben Sturmfels 2021-03-10 10:11:41 +11:00
parent 958e9aef78
commit fee77d768a
2 changed files with 12 additions and 1 deletions

View File

@ -176,7 +176,7 @@ The following command will create a system account with a username of
If you are using a Debian-based system, enter this command::
# Debian
sudo useradd --system --create-home --home-dir /var/lib/qmediagoblin \
sudo useradd --system --create-home --home-dir /var/lib/mediagoblin \
--group www-data --comment 'GNU MediaGoblin system account' mediagoblin
# Fedora

View File

@ -26,7 +26,18 @@ carefully, or at least skim over it.
0.11.0 (work in progress)
=========================
# make distclean instead of ad-hoc rm's
# advice on --system-site-packages - currently not used in upgrade
# git submodule update --init
# Blog post
- Python3
- spectrograms
- dressupgeekout images
- Boris retire
- IRC no longer requires registration
- trialling new forge
j
**Improvements:**
- Run test for LDAP, OpenID and PDF plugins in development Dockerfiles (Ben Sturmfels)