diff options
author | Miller <milrope@yandex.com> | 2020-06-01 00:15:35 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 00:15:35 +0600 |
commit | 186b274fd934ab4a7b2211954046d58164781f9e (patch) | |
tree | fcdc56b01f5efbc06debfff25a8db2c1e70387e8 /README.md | |
parent | f6072cab136beea206b7cfe79f8d10fccf5af591 (diff) | |
download | rust-186b274fd934ab4a7b2211954046d58164781f9e.tar.gz |
changed *nix to Unix-like
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 00bb501941d..b48ee8a914e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ or reading the [rustc dev guide][rustcguidebuild]. [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html -### Building on *nix +### Building on Unix-like system 1. Make sure you have installed the dependencies: * `g++` 5.1 or later or `clang++` 3.5 or later |