1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-26 12:12:28 +01:00

remove switch branch instruction

master branch is up-to-date now, switching no longer needed
This commit is contained in:
bitfl0wer 2023-04-09 19:41:28 +02:00
parent 6357b6841a
commit 6ee857308e
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2

View File

@ -42,7 +42,7 @@ In your terminal:
git clone {{ repositories.base_url }}/{{ repositories.client }}.git git clone {{ repositories.base_url }}/{{ repositories.client }}.git
# Enter the cloned directory, switch branches to the one, which is actually being developed # 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 # Install dependencies
yarn install yarn install