Skip to content

Commit 2a0a1cc

Browse files
README changes.
1 parent 1ab8f17 commit 2a0a1cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Oh provides:
1616
- A simplified set of evaluation and quoting rules; and
1717
- A syntax that deviates as little as possible from established conventions;
1818

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.
2222

2323
## Getting started
2424

@@ -55,8 +55,7 @@ The easiest way to try oh is to download a precompiled binary.
5555

5656
[amd64](https://github.com/michaelmacinnis/oh/releases/download/v0.8.0/oh_solaris_amd64)
5757

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,
6059

6160
go get github.com/michaelmacinnis/oh
6261

@@ -149,6 +148,7 @@ be used to the same effect. For example,
149148
openbsd amd64
150149
openbsd arm
151150
openbsd arm64
151+
openbsd mips64
152152
" | mill (o a) {
153153
echo ${o}/${a}
154154
GOOS=${o} GOARCH=${a} go build -o oh_${o}_${a}

0 commit comments

Comments
 (0)