Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit c4cb58a

Browse files
committed
update readme
1 parent cec57a5 commit c4cb58a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424

2525
#### How To Build
2626
```sh
27-
cd /tmp
28-
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
29-
cd greeter
27+
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git /tmp/greeter
28+
cd /tmp/greeter
29+
git checkout ${LATEST_RELEASE_TAG} # eg. git checkout 2.1.4
3030
./autogen.sh --prefix=/usr
3131
make
3232
```
3333

3434
#### How To Install
3535
```sh
36-
sudo make install --prefix=/usr
36+
sudo make install
3737
```
3838

3939
## Theme JavaScript API:

themes/_vendor/js/mock.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class LightDMSession {
9595
}
9696

9797

98+
9899
/**
99100
* Interface for object that holds info about a language on this system. Language objects are not
100101
* created by the theme's code, but rather by the {@link LightDMGreeter} class.

0 commit comments

Comments
 (0)