diff options
author | Rohan <73246001+RohanBhattacharyya@users.noreply.github.com> | 2024-07-06 17:30:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 17:30:19 -0700 |
commit | aff00139ff03f45dc3d62b72fb58444aa445a09b (patch) | |
tree | 919521309fa1a2a1a0daf14c8d0b7437a4a83c78 /README.md | |
parent | 36e8d29ad4f0bdbb7a664fc19f35e029bd0d32b9 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" padsp ./starbound "$@"` <summary><b>macOS</b></summary> * First, you will need to have brew installed. Check out how to install [Homebrew](https://brew.sh/) -* Next, install vcpkg. +* Next, install vcpkg by following the commands below. * Run `cd ~`. This is just so that everything is local to here. * Run ` git clone https://github.com/microsoft/vcpkg.git ` * Run `cd vcpkg && ./bootstrap-vcpkg.sh` |