We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef2456 commit 542e734Copy full SHA for 542e734
README.md
@@ -1,5 +1,12 @@
1
# texton-bin
2
-Binary executable files used by services in the Text Tonsorium.
+Binary files used by services in the Text Tonsorium.
3
+
4
+Please make sure that all files in opt\texton\bin are executable
5
+```bash
6
+$> cd opt/texton/bin
7
+$> sudo chmod ugo+x *
8
+```
9
+From Text Tonsoriums `bin` folder (/opt/texton/bin), you can create symbolic links to the opt/texton/bin in this repository.
10
11
These binary executable files are built from source in other GitHub repos.
12
0 commit comments