Skip to content

Commit

Permalink
Update riostart inline in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1g0rb0hm committed Nov 25, 2020
1 parent 4e34466 commit a836554
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ switch ($#*) {
```sh
; cat $home/bin/rc/riostart
#!/bin/rc
# default vgasize=1440x900x32
# -- vgasize=1440x900x32
#-- top left: stats
window 0,0,720,120 stats -lmisce
window 0,0,473,120 stats -lmisce
#-- top middle: vdir
window 483,0,956,120 vdir
#-- top right: winwatch
window 730,0,1440,120 winwatch -e '^(winwatch|stats|faces)'
window 966,0,1440,120 winwatch -e '^(winwatch|stats|faces)'
#-- left: term
window 0,130,720,800
Expand Down Expand Up @@ -93,6 +95,8 @@ Then you should see all events that are received by the **window** (see **event*
# Go
To install Go we one has to bootstrap the installation with an earlier version of Go already compiled for Plan 9. The process consists of obtaining the bootstap version and the target version, and telling the target version to use the bootstrapped version in order to build the toolchain. s
Temporary scratch space:
```sh
term% ramfs
Expand Down

0 comments on commit a836554

Please sign in to comment.