File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Oh provides:
16
16
- A simplified set of evaluation and quoting rules; and
17
17
- A syntax that deviates as little as possible from established conventions;
18
18
19
- Oh's goal is a language that is not only more powerful and more regular
20
- but one that works with and within the interactive constraints and
21
- conventions established by the Unix shell over the last half-century.
19
+ Oh's goal is a language that is not only more powerful and more regular but
20
+ one that respects the conventions established by the Unix shell over the last
21
+ half-century.
22
22
23
23
## Getting started
24
24
@@ -55,8 +55,7 @@ The easiest way to try oh is to download a precompiled binary.
55
55
56
56
[ amd64] ( https://github.com/michaelmacinnis/oh/releases/download/v0.8.0/oh_solaris_amd64 )
57
57
58
- Alternatively, you can build oh from source. With a recent version of
59
- Go installed, type,
58
+ You can build oh from source. With Go 1.16 or later installed, type,
60
59
61
60
go get github.com/michaelmacinnis/oh
62
61
@@ -149,6 +148,7 @@ be used to the same effect. For example,
149
148
openbsd amd64
150
149
openbsd arm
151
150
openbsd arm64
151
+ openbsd mips64
152
152
" | mill (o a) {
153
153
echo ${o}/${a}
154
154
GOOS=${o} GOARCH=${a} go build -o oh_${o}_${a}
You can’t perform that action at this time.
0 commit comments