Skip to content

Commit 706a741

Browse files
committed
Merge branch 'main' of https://github.com/BasisVR/BasisDocs
2 parents 2dd895c + ce26a55 commit 706a741

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Even if you only are only building user generated content for Avatar and World c
3333

3434
# Acquiring the Basis framework
3535
## Git
36-
You can either directly [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the `lts` repository found at https://github.com/BasisVR/Basis or [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) it to your own local repository, and then open the resulting Unity project on your local computer.
36+
You can either directly [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the `long-term-support` branch found at https://github.com/BasisVR/Basis (i.e. `git clone -b long-term-support https://github.com/BasisVR/Basis`) or [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) it to your own local repository, and then open the resulting Unity project on your local computer.
3737

3838
## Direct Zip Download
3939
For those wishing to forgo the Git experience

docs/server-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BasisNetworkCore\BasisNetworkVersion.cs
3030
### Compile and Run on Windows
3131

3232
Assuming you have cloned the LTS branch of the repo.
33-
`git clone https://github.com/BasisVR/Basis.git`
33+
`git clone -b long-term-support https://github.com/BasisVR/Basis.git`
3434

3535
You will find the Visual Studio Solution file (sln) in the `Basis Server` directory.
3636
These steps assume Windows 11 using Microsoft Visual Studio Community 2022 (64-bit) - Version 17.12.3
@@ -91,7 +91,7 @@ Then continue installation:
9191

9292
Change to the folder you wish to download Basis to, and execute the following command:
9393

94-
`git clone https://github.com/BasisVR/Basis`
94+
`git clone -b long-term-support https://github.com/BasisVR/Basis`
9595

9696
#### Build Basis Server
9797

0 commit comments

Comments
 (0)