mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Returned some files that required by automake
Updated version in configure.ac Added the new README.md and CHANGELOG.md to makefile.am Added info about where RPM package can be downloaded
This commit is contained in:
10
README.md
10
README.md
@@ -19,6 +19,16 @@ $ sudo apt-update
|
||||
$ sudo apt-get install cyber-mdbtools
|
||||
```
|
||||
|
||||
## RPM Package
|
||||
No repository for RPM distribution, but you can install from rpm file:
|
||||
|
||||
```bash
|
||||
wget https://rpm.cybercoder.site/rpm/cyber-mdbtools-0.8.1-2.x86_64.rpm
|
||||
rpm -i cyber-mdbtools-0.8.1-2.x86_64.rpm
|
||||
```
|
||||
|
||||
> The RPM package was created using `alient` from the DEB package, so it may or may not work on your linux distribution.
|
||||
|
||||
# Contributing
|
||||
Feel free to submit PR requests here. I will try to review and merge them regularly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user