Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added that binaries in opt/texton/bin must be executable
  • Loading branch information
BartJongejan authored Nov 14, 2024
1 parent 5ef2456 commit 542e734
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# texton-bin
Binary executable files used by services in the Text Tonsorium.
Binary files used by services in the Text Tonsorium.

Please make sure that all files in opt\texton\bin are executable
```bash
$> cd opt/texton/bin
$> sudo chmod ugo+x *
```
From Text Tonsoriums `bin` folder (/opt/texton/bin), you can create symbolic links to the opt/texton/bin in this repository.

These binary executable files are built from source in other GitHub repos.

Expand Down

0 comments on commit 542e734

Please sign in to comment.