Skip to content

Commit

Permalink
docs: fix source install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
caproven committed Sep 10, 2024
1 parent 819b210 commit e79bf9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readme.gotxt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms. You can also [run it in your browser][uni-wasm].

Compile from source with:

% go install module zgo.at/uni/v2@latest
% go install zgo.at/uni/v2@latest

which will give you a `uni` binary in `~/go/bin`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms. You can also [run it in your browser][uni-wasm].

Compile from source with:

% go install module zgo.at/uni/v2@latest
% go install zgo.at/uni/v2@latest

which will give you a `uni` binary in `~/go/bin`.

Expand Down

0 comments on commit e79bf9f

Please sign in to comment.