Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 7fd9a3c

Browse files
author
Alex Vaghin
committed
Publish binaries on GitHub Releases page now
This bumps the version to v0.8.0.
1 parent e4c2fdc commit 7fd9a3c

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# tools
2-
Codelabs management & hosting tools
2+
3+
Codelabs management & hosting tools.
4+
See [claat](claat) directory for detailed description of the `claat` command
5+
line tool.
36

47
Codelabs can be authored in Google Docs, using some simple formatting conventions.
58
In the near future, we're also planning to add codelab authoring via markdown syntax.

claat/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ For more info run `claat help`.
99
## Install
1010

1111
The easiest way is to download pre-compiled binary.
12-
The binaries are available at
12+
The binaries, as well as their checksums are available at the
13+
[Releases page](https://github.com/googlecodelabs/tools/releases/latest).
1314

14-
https://claat.storage.googleapis.com/claat-darwin-amd64
15-
https://claat.storage.googleapis.com/claat-linux-386
16-
https://claat.storage.googleapis.com/claat-linux-amd64
17-
https://claat.storage.googleapis.com/claat-windows-386.exe
18-
https://claat.storage.googleapis.com/claat-windows-amd64.exe
19-
20-
Alternatively, if you have Go installed and `GOPATH` set properly:
15+
Alternatively, if you have [Go installed](https://golang.org/doc/install):
2116

2217
go get github.com/googlecodelabs/tools/claat
2318

claat/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

0 commit comments

Comments
 (0)