diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-11-07 15:01:11 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-11-09 10:57:35 -0400 |
commit | b370dfa37265ec7df99c8a85f2b7b7866a9a6b74 (patch) | |
tree | 847101559bab8b1b73c75a6ba70aa76572194def /docker | |
parent | a5b148a885937452be36ee6c25c4d0b451be4b1f (diff) |
Debian capitalization
Solves https://www.transifex.com/otf/bitmask/translate/#es/$/31977728
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/README.rst b/docker/README.rst index dcad0ac6..70d44809 100644 --- a/docker/README.rst +++ b/docker/README.rst @@ -21,10 +21,10 @@ will be used to run bitmask. python dependencies, running bitmask, etc. -debian/ +Debian/ ------- -``apt-bitmask.sh`` script that installs bitmask from the debian packages. +``apt-bitmask.sh`` script that installs bitmask from the Debian packages. ``bitmask-on-docker.sh`` installs bitmask and runs it in a dummy X server, waits a little and takes a screenshot. @@ -32,7 +32,7 @@ waits a little and takes a screenshot. ``leap-experimental.key`` is needed by ``apt-bitmask.sh`` to ``apt-key add`` and verify apt sources. -``run-docker-for-bitmask.sh`` is a helper script that runs an ubuntu/debian +``run-docker-for-bitmask.sh`` is a helper script that runs an Ubuntu/Debian container ready to run the ``apt-bitmask.sh`` command, it does (among other stuff) X11 forwarding to display Bitmask UI on the host linux. |