Updated documentation

This commit is contained in:
Eduard Urbach 2025-02-17 11:15:59 +01:00
parent 5905a5bfa5
commit 29b3bed452
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -18,17 +18,16 @@ go build
```
This will place the compiler inside the repository.
Either use `./q` or get access to the shorter `q` in any directory with `ln -s $PWD/q ~/.local/bin/q`.
### Symlink
## Examples
Either use `./q` for the following examples or get access to the shorter `q` in any directory via symlink:
You can take a look at the [examples](examples).
```shell
ln -s $PWD/q ~/.local/bin/q
q run examples/hello
```
This assumes that your shell loads `~/.local/bin`.
## Usage
```