fixed markdown formatting + typo

This commit is contained in:
Peter Butkovic 2017-04-20 08:29:59 +02:00 committed by GitHub
parent 171b506c92
commit befa8f9ae9

View File

@ -1,6 +1,6 @@
**Premise** **Premise**
Befor you do anything, please make sure, that you have the following packages installed: Before you do anything, please make sure, that you have the following packages installed:
- libglib2.0-dev - libglib2.0-dev
- intltool - intltool
@ -11,7 +11,7 @@ The name of the package may vary from distribution to distributon. The first two
- intltool.m4 - intltool.m4
- gsettings.m4 - gsettings.m4
They should be located somewhere in /usr/share/aclocal. They should be located somewhere in `/usr/share/aclocal`.
**Installaton** **Installaton**
@ -21,10 +21,9 @@ If everything is in place, run
to generate the configure script. If everything worked well, do: to generate the configure script. If everything worked well, do:
./configure --prefix=/usr && ./configure --prefix=/usr && make
make
To install the extension to your home directory, run To install the extension to your home directory, run:
make local-install make local-install
@ -32,13 +31,14 @@ Or to install it for all users you need administrator rights. Thus you've to use
sudo make install sudo make install
In case you can't find the applet in gnome-tweak-tool, restart gnome-shell (using Alt+F2, enter "r" -- without quotes). In case you can't find the applet in gnome-tweak-tool, restart gnome-shell (using <kbd>Alt</kbd>
+<kbd>F2</kbd>, enter: <kbd>r</kbd>).
If you wish to translate TeaTime to your language, have a look at the directory "po". If you wish to translate TeaTime to your language, have a look at the directory `po`.
A handy zip file can be created using: A handy zip file can be created using:
make zip -- This is the same you get via http://extensions.gnome.org make zip # This is the same you get via http://extensions.gnome.org
Thanks to Thomas Liebetraut for the new build system. Thanks to Thomas Liebetraut for the new build system.