Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GyanPrakash2483 authored Dec 16, 2022
1 parent b5480c4 commit add80a4
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 @@ -3,16 +3,16 @@ Termux package to run binaries stored on external storage.

Internal storage on android is mounted with `noexec` flag which prevents any file to have executable permission.

#How binrun works.
# How binrun works.
Binrun copies the binary executable file to `data` directory where it can have executable permission, makes it executable, executes it with passed arguments, and then deletes it.

#Usage
# Usage

```
binrun <path/to/executable> <arguments to pass ...>
```

#Compiling
# Compiling

*Requirements: *
cmake, C compiler and toolchain(llvm recommended)
Expand All @@ -26,6 +26,6 @@ make
make install
```

#Dependencies
# Dependencies

Please make sure `chmod` is installed for this to work properly.
Please make sure `chmod` and `termux-elf-cleaner` is installed for this to work properly.

0 comments on commit add80a4

Please sign in to comment.