|
9 | 9 |
|
10 | 10 | - **Stay Organized**: We recommend creating a dedicated directory on your desktop or user folder for your work at OLE, such as `~/Projects/ole/` or `~/Documents/ole/`. This keeps all your OLE-related repositories in one place for better organization and efficiency. |
11 | 11 | - **RAM**: Ensure your machine has at least 8GB of RAM; 16GB is recommended for optimal performance. |
12 | | -- **Storage Space**: Ensure your machine have at least a few GBs of free space on your computer before proceeding with the following steps. |
13 | | -- **Package Manager**: We recommend you to get [Chocolatey](https://community.chocolatey.org/) for Windows and [Homebrew](https://brew.sh/) for macOS. |
| 12 | +- **Storage Space**: Ensure your machine has at least a few GBs of free space on your computer before proceeding with the following steps. |
| 13 | +- **Package Manager**: We recommend you get [Chocolatey](https://community.chocolatey.org/) for Windows and [Homebrew](https://brew.sh/) for macOS. |
14 | 14 |
|
15 | 15 | <!-- |
16 | 16 | ## Windows Subsystem for Linux (WSL) |
@@ -58,27 +58,27 @@ Try `git` in your terminal app to see if Git is already installed, if not: |
58 | 58 | - This will install **Git Bash**, which you can find in your Windows Start menu. |
59 | 59 | - **From now on, use Git Bash to run commands whenever appropriate.** |
60 | 60 |
|
61 | | -For detailed instructions or alternative installation method, please go to [**Git - Downloads**](https://git-scm.com/downloads) and select your operating system. |
| 61 | +For detailed instructions or alternative installation methods, please go to [**Git - Downloads**](https://git-scm.com/downloads) and select your operating system. |
62 | 62 |
|
63 | 63 | <!-- **NOTE: For Windows Users**, if you were able to install WSL, run commands in the Debian app from your Windows Start menu whenever possible. If WSL is not available to your Windows version, use Git Bash to run commands whenever appropriate. --> |
64 | 64 |
|
65 | 65 | ## Docker |
66 | 66 |
|
67 | 67 | [Docker](https://www.docker.com) is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of containers to deploy applications is called containerization. Containers are not new, but their use for easily deploying applications is. |
68 | 68 |
|
69 | | -### Install Docker Desktop – macOS |
| 69 | +### **Install Docker Desktop – macOS** |
70 | 70 |
|
71 | 71 | The easiest way to install Docker on macOS is by downloading Docker Desktop: `brew install --cask docker` |
72 | 72 |
|
73 | | -For alternative installation method, please visit [**Docker Desktop**](https://www.docker.com/products/docker-desktop/). |
| 73 | +For alternative installation methods, please visit [**Docker Desktop**](https://www.docker.com/products/docker-desktop/). |
74 | 74 |
|
75 | 75 | After installation, launch the Docker Desktop app. |
76 | 76 |
|
77 | | -### Install Docker Engine – Linux |
| 77 | +### **Install Docker Engine – Linux** |
78 | 78 |
|
79 | 79 | Go to [**Install Docker Engine | Docker Docs**](https://docs.docker.com/engine/install/#supported-platforms) and select your Operating System under Platform column, follow the "Prerequisites" section, then follow "Installation methods - Install using the xxx repository". |
80 | 80 |
|
81 | | -### Install Docker Desktop – Windows |
| 81 | +### **Install Docker Desktop – Windows** |
82 | 82 |
|
83 | 83 | #### Windows Subsystem for Linux (WSL) |
84 | 84 | <!-- |
|
0 commit comments