Merge pull request #35 from typekpb/patch-1

fixed markdown formatting + typo
This commit is contained in:
oleid 2017-06-26 21:37:22 +02:00 committed by GitHub
commit 12d91f1335

View File

@ -1,6 +1,6 @@
**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
- intltool
@ -11,7 +11,7 @@ The name of the package may vary from distribution to distributon. The first two
- intltool.m4
- gsettings.m4
They should be located somewhere in /usr/share/aclocal.
They should be located somewhere in `/usr/share/aclocal`.
**Installaton**
@ -21,10 +21,9 @@ If everything is in place, run
to generate the configure script. If everything worked well, do:
./configure --prefix=/usr &&
make
./configure --prefix=/usr && make
To install the extension to your home directory, run
To install the extension to your home directory, run:
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
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:
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.