Commit 5b539a52427c3b10a62a67b44b1374f867f6a2c4
1 parent
a06d9a0b
README readability fixes.
Showing
1 changed file
with
8 additions
and
5 deletions
README.md
... | ... | @@ -11,11 +11,12 @@ Install via package manager (Ubuntu/Debian) |
11 | 11 | An APT repository is available for installing the plugin. The repository contains the purple-line |
12 | 12 | package itself, and the required Apache Thrift packages which are not properly packaged by either |
13 | 13 | distribution. |
14 | -You can access the mirror via SSL,if you like to transport safely,use the mirror with **https://** . | |
15 | 14 | |
16 | 15 | * http://debian.altrepo.eu/ (main) |
17 | 16 | * http://debian.surlinter.net/ (mirror) |
18 | 17 | |
18 | +The mirror is also available via SSL for secure access by using a **https://** url. | |
19 | + | |
19 | 20 | For instructions for adding a custom repository on Ubuntu, see |
20 | 21 | [the Ubuntu wiki](https://help.ubuntu.com/community/Repositories/Ubuntu). |
21 | 22 | |
... | ... | @@ -43,12 +44,14 @@ Install from source (Ubuntu/Debian) |
43 | 44 | |
44 | 45 | apt-build enables you to install from source easily. You need to add a source entry to |
45 | 46 | /etc/apt/sources.list. Run the following commands to install from source: |
47 | + | |
46 | 48 | <pre><code>sudo apt-get install apt-build |
47 | 49 | echo "deb-src http://debian.altrepo.eu/ <b>code_name</b> main" | sudo tee -a /etc/apt/sources.list |
48 | 50 | echo "deb http://debian.altrepo.eu/ <b>code_name</b> main" | sudo tee -a /etc/apt/sources.list |
49 | 51 | sudo apt-get update |
50 | 52 | sudo apt-build install purple-line |
51 | 53 | </code></pre> |
54 | + | |
52 | 55 | Note that apt-build is **not** an official APT family program. If you install via source, your |
53 | 56 | purple-line version will be up to date with the git repository. Note that the current git version |
54 | 57 | may not have been tested on Ubuntu/Debian. The package will install known build dependencies, but if |
... | ... | @@ -89,10 +92,10 @@ You can also install the plugin for your user only by replacing `install` with ` |
89 | 92 | Install on Windows |
90 | 93 | ------------------ |
91 | 94 | |
92 | -Pre-build binary for Windows is provided by [Eion's Website](http://eion.robbmob.com/line/). | |
95 | +Pre-built binaries for Windows are available at [Eion Robb's website](http://eion.robbmob.com/line/). | |
93 | 96 | |
94 | -If you want to use purple-line with Pidgin or Finch, installing libline.dll into `C:\Program Files (x86)\Pidgin\plugins\` and | |
95 | -libgcrypt-20.dll & libgpg-error-0.dll into `C:\Program Files (x86)\Pidgin\`. | |
97 | +If you want to use purple-line with Pidgin or Finch, copy libline.dll into `C:\Program Files (x86)\Pidgin\plugins\` | |
98 | +and libgcrypt-20.dll & libgpg-error-0.dll into `C:\Program Files (x86)\Pidgin\`. | |
96 | 99 | |
97 | 100 | Features implemented |
98 | 101 | -------------------- |
... | ... | @@ -154,4 +157,4 @@ Features not yet implemented |
154 | 157 | * Open video messages |
155 | 158 | * Sending/receiving "message read" notifications |
156 | 159 | * Check builds on more platforms |
157 | 160 | -* Packaging |
161 | +* Packaging | |
158 | 162 | \ No newline at end of file | ... | ... |