mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-16 20:20:57 +01:00
added binary tarballs to the release, using a script now.
This commit is contained in:
@@ -75,6 +75,12 @@ There are multiple ways to install **tablizer**:
|
||||
|
||||
Download it and put it into some directory within your `$PATH` variable.
|
||||
|
||||
- The release page also contains a tarball for every supported platform. Unpack it
|
||||
to some temporary directory, extract it and execute the following command inside:
|
||||
```
|
||||
sudo make install
|
||||
```
|
||||
|
||||
- You can also install from source. Issue the following commands in your shell:
|
||||
```
|
||||
git clone https://github.com/TLINDEN/tablizer.git
|
||||
@@ -83,6 +89,9 @@ There are multiple ways to install **tablizer**:
|
||||
sudo make install
|
||||
```
|
||||
|
||||
If you do not find a binary release for your platform, please don't
|
||||
hesitate to ask me about it, I'll add it.
|
||||
|
||||
## Documentation
|
||||
|
||||
The documentation is provided as a unix man-page. It will be
|
||||
|
||||
Reference in New Issue
Block a user