diff options
author | Rohan <73246001+RohanBhattacharyya@users.noreply.github.com> | 2024-07-06 19:05:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 19:05:23 -0700 |
commit | 7123d7a3a70444d3e86936c253c7a5ed041072a2 (patch) | |
tree | 4bb80a12ae6f719eb2e2c0f912ba587193d3c270 /README.md | |
parent | 457e6805b6440a70151dfbcddc0af750c7ac69b1 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -209,8 +209,7 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" padsp ./starbound "$@"` * 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` - * Lastly, run ``` export VCPKG_ROOT=~/vcpkg -export PATH=$VCPKG_ROOT:$PATH ``` + * Lastly, run ``` export VCPKG_ROOT=~/vcpkg && export PATH=$VCPKG_ROOT:$PATH ``` * This last command makes vcpkg added to the current terminal path. This lasts only while the terminal is active, and will have to be rerun for new terminal instances. * Download the source code [here](https://github.com/OpenStarbound/OpenStarbound/archive/refs/heads/main.zip). This is the current code in main. Unpack the code to your downloads folder. * Unpack the zip, and open it up. Navigate to OpenStarbound-main/source using the terminal -> `cd ~/Downloads/OpenStarbound-main`. Then navigate to the source folder, using `cd source`. |