diff --git a/Docs/manual/overview/installation.md b/Docs/manual/overview/installation.md index 636747cf..9ffd9396 100644 --- a/Docs/manual/overview/installation.md +++ b/Docs/manual/overview/installation.md @@ -15,7 +15,7 @@ There are a number of ways to install Riptide, depending on what you're working 1. In your Unity project, open the Package Manager (Window > Package Manager). 2. Click the `+` (plus) button in the top left corner of the window. 3. Select the *Add package from git URL...* option. -4. Enter the following URL: `https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.1.2`. To install a version other than v2.1.2, replace the `2.1.2` after the `#` with your chosen version number. +4. Enter the following URL: `https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.2.0`. To install a version other than v2.2.0, replace the `2.2.0` after the `#` with your chosen version number. 5. Click 'Add' and wait for Riptide to be installed. If you have errors in your project after installation or intellisense isn't working for Riptide's classes, go to Edit > Preferences > External Tools, make sure the box next to *Git packages* is checked, and then click *Regenerate project files*. @@ -74,4 +74,4 @@ The following installation steps are for Visual Studio users and may differ if y 5. Right click your project in the Solution Explorer. 6. Select *Add* and then select the *Project Reference...* option. 7. In the *Projects* tab (should be selected by default in the left sidebar), check the box next to *RiptideNetworking*. -8. Click *OK*. \ No newline at end of file +8. Click *OK*.