1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00

Merge pull request #69 from bitfl0wer/main

Change setup instructions
This commit is contained in:
Madeline 2023-04-10 10:14:15 +10:00 committed by GitHub
commit c842bf863e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
!!! warning "Windows support is currently broken."
The official {{ project.name }} client is currently being developed at [this repository]({{ repositories.base_url }}/{{ repositories.client }}/tree/dev/bare-rewrite).
The official {{ project.name }} client is currently being developed at [this repository]({{ repositories.base_url }}/{{ repositories.client }}).
## Official host
@ -42,7 +42,7 @@ In your terminal:
git clone {{ repositories.base_url }}/{{ repositories.client }}.git
# Enter the cloned directory, switch branches to the one, which is actually being developed
cd client; git switch dev/bare-rewrite
cd client
# Install dependencies
yarn install