Skip to content

Commit 8ed2e56

Browse files
authored
update vi-prerequisites.md (fixes #3649)
1 parent a2382f4 commit 8ed2e56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/vi/vi-prerequisites.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
- **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.
1111
- **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.
1414

1515
<!--
1616
## Windows Subsystem for Linux (WSL)
@@ -58,27 +58,27 @@ Try `git` in your terminal app to see if Git is already installed, if not:
5858
- This will install **Git Bash**, which you can find in your Windows Start menu.
5959
- **From now on, use Git Bash to run commands whenever appropriate.**
6060

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.
6262

6363
<!-- **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. -->
6464

6565
## Docker
6666

6767
[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.
6868

69-
### Install Docker Desktop – macOS
69+
### **Install Docker Desktop – macOS**
7070

7171
The easiest way to install Docker on macOS is by downloading Docker Desktop: `brew install --cask docker`
7272

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/).
7474

7575
After installation, launch the Docker Desktop app.
7676

77-
### Install Docker Engine – Linux
77+
### **Install Docker Engine – Linux**
7878

7979
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".
8080

81-
### Install Docker Desktop – Windows
81+
### **Install Docker Desktop – Windows**
8282

8383
#### Windows Subsystem for Linux (WSL)
8484
<!--

0 commit comments

Comments
 (0)