Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
michihupf authored Aug 4, 2022
1 parent 809db2c commit 3c341e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Clone the repository and run:

Other distributions need other arguments:

| Distribution | `./configure <args>` |
|--------------|------------------------------------------------------|
| Ubuntu | --prefix="/usr" --libdir="/usr/lib/x86_64-linux-gnu" |
| Fedora 24 | --prefix="/usr" --libdir="/usr/lib64" |
| Other | depends on plugin folder location |
| Distribution | `./configure <args>` |
|--------------|--------------------------------------------------------|
| Ubuntu | `--prefix="/usr" --libdir="/usr/lib/x86_64-linux-gnu"` |
| Fedora 24 | `--prefix="/usr" --libdir="/usr/lib64"` |
| Other | depends on plugin folder location |

Install the plugin to your plugins folder by running

Expand Down

0 comments on commit 3c341e9

Please sign in to comment.