Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRohan <73246001+RohanBhattacharyya@users.noreply.github.com>2024-07-06 17:32:31 -0700
committerGitHub <noreply@github.com>2024-07-06 17:32:31 -0700
commit03a6d4e8ed8bbb43c7624d6f9e9b4c0ca971a1df (patch)
tree598743f22e142f7826adae6a3e1006e51690677f /README.md
parentaff00139ff03f45dc3d62b72fb58444aa445a09b (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4094171..daec6af 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" padsp ./starbound "$@"`
* Run `cd vcpkg && ./bootstrap-vcpkg.sh`
* 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 only, and will have to be rerun.
+ * 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.
* Install cmake using `brew install cmake`
* Install ninja using `brew install ninja`
* 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.