HomePhabricator
Diffusion Comm 256c8b9896f1

[docs] Replace `wget` command in gRPC docs with `curl`

Tags
None
Referenced Files
F73888: image.png
Jun 15 2022, 6:18 AM
File Not Attached
Subscribers
None

Description

[docs] Replace wget command in gRPC docs with curl

Summary:
Linear issue with full context here. The current gRPC docs make use of the wget command to install protobuf from GitHub, but wget is not pre-installed on macOS.

Replaced wget with curl, which is guaranteed to be installed since the brew install command above the wget command installs curl:

image.png (328×2 px, 240 KB)

Test Plan: Re-ran all the commands before and after the wget command in the comm home directory with the new curl command, made sure outputs were the same as with the wget command.

Reviewers: ashoat, varun, atul

Reviewed By: ashoat, varun

Subscribers: palys-swm, Adrian, atul

Differential Revision: https://phab.comm.dev/D4258

Details

Provenance
aboshAuthored on Jun 14 2022, 7:57 AM
Reviewer
ashoat
Differential Revision
D4258: [docs] Replace `wget` command in gRPC docs with `curl`
Parents
rCOMM7f9bbd469726: [services][identity] implement verify_user_token rpc
Branches
Unknown
Tags
Unknown