Update installation doc

This commit is contained in:
zawz 2020-11-14 18:38:40 +01:00
parent 1f4ded3746
commit b0060b1fdf

View file

@ -4,7 +4,14 @@ Extended shell linker for linking, generating and minimizing shell code
# Installing # 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 # Features
@ -52,7 +59,7 @@ Directly execute an extended lxsh script with either
> There may be some issues with direct execution as of now > There may be some issues with direct execution as of now
# Development # Build <a name="build"></a>
## Dependencies ## Dependencies