You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
contain service and message definitions. Choose one of the methods given below
8
8
to install <code>protoc</code>.</p><h3id=binary-install>Install Pre-compiled Binaries (Any OS)</h3><p>To install the latest release of the protocol compiler from pre-compiled
9
9
binaries, follow these instructions:</p><ol><li><p>Navigate to the latest
10
-
<ahref=https://github.com/protocolbuffers/protobuf/releases/tag/v34.1>GitHub Release</a>.</p></li><li><p>Download the zip file corresponding to your operating system and computer
10
+
<ahref=https://github.com/protocolbuffers/protobuf/releases/latest>GitHub Release</a>.</p></li><li><p>Download the zip file corresponding to your operating system and computer
11
11
architecture (<code>protoc-<version>-<os>-<arch>.zip</code>).</p><ul><li>For example, for Linux x86-64 on 34.1, the filename would be
12
12
<code>protoc-34.1-linux-x86_64.zip</code>.</li></ul><p><strong>Alternative: Download using commands</strong></p><p>Instead of manual download, you can use the following commands to
13
13
automatically fetch the latest Linux x86_64 asset:</p><divclass=highlight><pretabindex=0style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><codeclass=language-shdata-lang=sh><spanstyle=display:flex><span><spanstyle=color:#8f5902;font-style:italic># Fetch the download URL for the latest Linux x86_64 asset from GitHub API</span>
0 commit comments