diff --git a/_docs/developer/getting_started/SMB_File_Sharing_Process.png b/_docs/developer/getting_started/SMB_File_Sharing_Process.png new file mode 100644 index 00000000..614726cc Binary files /dev/null and b/_docs/developer/getting_started/SMB_File_Sharing_Process.png differ diff --git a/_docs/developer/getting_started/vm_install_using_vagrant_apple_silicon.md b/_docs/developer/getting_started/vm_install_using_vagrant_apple_silicon.md index dd7652da..ae2c763d 100644 --- a/_docs/developer/getting_started/vm_install_using_vagrant_apple_silicon.md +++ b/_docs/developer/getting_started/vm_install_using_vagrant_apple_silicon.md @@ -37,7 +37,9 @@ the installation process. * Open **System Settings** and navigate to **Sharing** * Turn on **File Sharing** and go to options - * Check "Share files and folders using SMB" + * Check "Share files and folders using SMB" + ![SMB_File_Sharing_Process.png](SMB_File_Sharing_Process.png) + * click on the i button next to the option "File Sharing" * Check the box next to your username * Click Done diff --git a/_docs/developer/troubleshooting/installation_troubleshooting.md b/_docs/developer/troubleshooting/installation_troubleshooting.md index 7010b4b9..51c2cc5c 100644 --- a/_docs/developer/troubleshooting/installation_troubleshooting.md +++ b/_docs/developer/troubleshooting/installation_troubleshooting.md @@ -155,7 +155,7 @@ with no explanation, then there are a couple of things that may be going wrong: ``` VM_PORT_SITE=1512 vagrant up ``` - + You can alternatively create a `.env` file in the root of your project with the text `VM_PORT_SITE=1512` (and any other variables separated by newlines). Note that you will need to install the env plugin beforehand: