mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Updated package script and readme.
* Includes build instructions for rpm package * Provide better link for rpm package
This commit is contained in:
@@ -23,8 +23,10 @@ $ sudo apt-get install cyber-mdbtools
|
||||
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
|
||||
# Replace the <version> with the version number you wish to install. For list of versions see the releases on GitHub
|
||||
|
||||
$ wget https://rpm.cybercoder.site/rpm/cyber-mdbtools-<version>-1.x86_64.rpm
|
||||
$ rpm -i cyber-mdbtools-<version>-1.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.
|
||||
|
||||
Reference in New Issue
Block a user