Skip to content

Commit b4c933f

Browse files
committed
update runal docs
1 parent c835ae8 commit b4c933f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/runal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ And you can then execute the file with:
100100

101101
The js file will be **automatically reloaded when modified**, no need to restart the command.
102102

103+
To **exit**, just type `ctrl+c`.
104+
103105
### Go package
104106

105107
Because **Runal** is written in Go, you can also use it as a Go package.
@@ -454,4 +456,6 @@ You can display the logs live in another terminal pane with:
454456
tail -f console.log
455457
```
456458

459+
The **console.log** file is deleted upon exit.
460+
457461
</section>

0 commit comments

Comments
 (0)