Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit c801a19

Browse files
committed
readme 1/3
1 parent 7e30e5d commit c801a19

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## LibSohal
22
Another server-client based library software for borrowing books.
3-
Supports libgen a bit.
3+
Supports libgen.
4+
5+
6+
![codacy-quality](https://img.shields.io/codacy/grade/bf89b0e27306470da0c1cb4f1a7e70d2?style=for-the-badge) ![repo-size](https://img.shields.io/github/languages/code-size/codeksion/libsohal?label=code%20size&style=for-the-badge) ![web-status](https://img.shields.io/website?down_color=lightgrey&down_message=down%20%3A%28&style=for-the-badge&up_color=green&up_message=Working&url=https%3A%2F%2Flibsohal.codeksion.net%2F) ![release-downloıads](https://img.shields.io/github/downloads/codeksion/libsohal/total?label=release%20downloads&style=for-the-badge)
7+
![last-commit](https://img.shields.io/github/last-commit/codeksion/libsohal?style=for-the-badge) ![last-release](https://img.shields.io/github/release-date/codeksion/libsohal?label=last%20release&style=for-the-badge)
8+
9+
410
It's all Turkish. But you can use with fork in any language.
511

612
### Dependencies && Setup
@@ -11,9 +17,9 @@ Should be work on all up to date linux distros. _My suggestion is ubuntu-server_
1117

1218
- python3 `apt install python3`
1319
- easyocr `python3 -m pip install easyocr ## for extract summary from book's back cover`
14-
- easyocrbin `sudo wget ... -O /usr/bin/easyocrbin ; sudo chmod +x /usr/bin/easyocrbin`
20+
- easyocrbin `sudo wget https://raw.githubusercontent.com/codeksion/LibSohal/main/backend/easyocrbin?token=GHSAT0AAAAAABKCRLGR54H7UNAIPUMIVX3GYUOFYMA -O /usr/bin/easyocrbin ; sudo chmod +x /usr/bin/easyocrbin`
1521
- mongodb `mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu ## or docker -> docker pull mongo`
16-
- go `go.dev/dl ## for compile backend/utils || not neccesary if you use pre-compiled binary`
22+
- go `go.dev/dl ## for compile backend/utils || not neccesary if you want to use compiled binaries`
1723

1824
##### Build from source code
1925

0 commit comments

Comments
 (0)