mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Add instructions for Apple Silicon Macs.
This commit is contained in:
committed by
Tim Abbott
parent
b43cab3e3b
commit
e2654b7154
@@ -80,6 +80,8 @@ Jump to:
|
||||
|
||||
#### macOS
|
||||
|
||||
##### Intel
|
||||
|
||||
1. Install [Vagrant][vagrant-dl] (latest).
|
||||
2. Install [VirtualBox][vbox-dl] (latest).
|
||||
|
||||
@@ -90,6 +92,12 @@ a provider for Vagrant.)
|
||||
|
||||
Now you are ready for [Step 2: Get Zulip code](#step-2-get-zulip-code).
|
||||
|
||||
##### Apple Silicon
|
||||
|
||||
The setup for Apple Silicon (e.g. M1) Macs is very similar to that [for Intel
|
||||
above](#intel), except that VirtualBox is not supported. Instead you can use [Docker for
|
||||
Mac](https://docs.docker.com/docker-for-mac/install/).
|
||||
|
||||
#### Ubuntu
|
||||
|
||||
##### 1. Install Vagrant, Docker, and Git
|
||||
@@ -277,12 +285,12 @@ Change into the zulip directory and tell vagrant to start the Zulip
|
||||
development environment with `vagrant up`:
|
||||
|
||||
```
|
||||
# On Windows or macOS:
|
||||
# On Windows or macOS (Intel):
|
||||
cd zulip
|
||||
vagrant plugin install vagrant-vbguest
|
||||
vagrant up --provider=virtualbox
|
||||
|
||||
# On Linux:
|
||||
# On Linux or macOS (Apple Silicon):
|
||||
cd zulip
|
||||
vagrant up --provider=docker
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user