Update installation doc
This commit is contained in:
parent
1f4ded3746
commit
b0060b1fdf
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -4,7 +4,14 @@ Extended shell linker for linking, generating and minimizing shell code
|
|||
|
||||
# Installing
|
||||
|
||||
Put the `lxsh` binary in a PATH folder, `/usr/local/bin` is the recommended.
|
||||
## linux-amd64
|
||||
|
||||
Download the `lxsh-linux-amd64.tar.gz` archive and move `lxsh` binary in a PATH folder,
|
||||
`/usr/local/bin` is the recommended.
|
||||
|
||||
## Other
|
||||
|
||||
See [Build](#build).
|
||||
|
||||
# Features
|
||||
|
||||
|
|
@ -52,7 +59,7 @@ Directly execute an extended lxsh script with either
|
|||
|
||||
> There may be some issues with direct execution as of now
|
||||
|
||||
# Development
|
||||
# Build <a name="build"></a>
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue