v.1.4 misc updates:README.md
This commit is contained in:
parent
5488680691
commit
7db0aaa4dc
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Key feachures and limitations:
|
||||||
* Dumb flood-control
|
* Dumb flood-control
|
||||||
* Authorization only as: /nickserv IDENTIFY [password]
|
* Authorization only as: /nickserv IDENTIFY [password]
|
||||||
|
|
||||||
# License
|
## License
|
||||||
|
|
||||||
Source code spreads under the GNU General Public License v.3. You can find it in LICENSE file or just visit www.gnu.org (it should be there for sure).
|
Source code spreads under the GNU General Public License v.3. You can find it in LICENSE file or just visit www.gnu.org (it should be there for sure).
|
||||||
It also uses libircclient writted by George Yunaev, that is stored at ./src/libircclient-1.9. Libircclient is licensed under Lesser General Public License version 3 or higher.
|
It also uses libircclient writted by George Yunaev, that is stored at ./src/libircclient-1.9. Libircclient is licensed under Lesser General Public License version 3 or higher.
|
||||||
|
@ -27,7 +27,7 @@ It also uses libircclient writted by George Yunaev, that is stored at ./src/lib
|
||||||
$ make
|
$ make
|
||||||
# sudo make install
|
# sudo make install
|
||||||
```
|
```
|
||||||
# Uninstall
|
## Uninstall
|
||||||
```
|
```
|
||||||
make uninstall
|
make uninstall
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue