Updated documentation
This commit is contained in:
parent
5905a5bfa5
commit
29b3bed452
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user