Skip to content

Commit 542e734

Browse files
authored
Update README.md
Added that binaries in opt/texton/bin must be executable
1 parent 5ef2456 commit 542e734

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# texton-bin
2-
Binary executable files used by services in the Text Tonsorium.
2+
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.
310

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

0 commit comments

Comments
 (0)