Skip to content

Commit

Permalink
fix(docs): better highlight macos link, remove bazelisk recommendation (
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysachs committed May 20, 2021
1 parent 9fe7e8e commit dee76d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
13 changes: 0 additions & 13 deletions kythe/web/site/getting-started-macos.md
Expand Up @@ -63,19 +63,6 @@ for pkg in asciidoc bison brotli flex go graphviz leveldb node openjdk parallel
brew install $pkg
done

# For Bazel, we recommend using Bazelisk, a wrapper tool that uses
# version settings in the repository to install and locate Bazel.
#
# To install it, you need to have Go already installed.
# Run:
go get github.com/bazelbuild/bazelisk

# Now you may either replace "bazel" with "bazelisk" on the command line,
# e.g., "bazelisk build kythe/go/..."
# or you may symlink bazel to bazelisk in your PATH.
#
# Bazelisk will download and install based on the .bazelversion file.

# Bison and Flex. The stock versions are too old, but these tools are keg-only
# and Bazel uses a restricted PATH, so we need to tell Bazel where to find
# them (see #3514, #4455).
Expand Down
4 changes: 3 additions & 1 deletion kythe/web/site/getting-started.md
Expand Up @@ -46,8 +46,10 @@ Kythe relies on the following external dependencies:

You will need to ensure these packages are installed on the system where you
intend to build Kythe. There are instructions for using `apt-get` below.
If you are using macOS, see [Instructions for macOS]({{site.baseuri}}/getting-started-macos).

#### macOS

If you are using macOS, see [Instructions for macOS]({{site.baseuri}}/getting-started-macos).

#### Installing Debian Jessie Packages

Expand Down

0 comments on commit dee76d7

Please sign in to comment.