mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
fixed markdown formatting + typo
This commit is contained in:
parent
171b506c92
commit
befa8f9ae9
16
README.md
16
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user