Updated documentation
This commit is contained in:
parent
7951136234
commit
4bc4e7ef05
1 changed files with 4 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue