diff --git a/README.md b/README.md
index 84037ce..ba9032a 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,10 @@
-The most epic theme meet Visual Studio Code. Please note that this theme is still in Beta (β) release. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues)
+The most epic theme meets Visual Studio Code. Please note that this theme is still in Beta (β) release. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues)
# Getting started
+
You can install this awesome theme through the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme).
## Installation
@@ -19,27 +20,32 @@ Launch *Quick Open*
- Windows `Ctrl+P`
Paste the following command and press `Enter`:
+
```shell
ext install vsc-material-theme
```
#### Packaged VSIX Extension
-[Download the latest .vsix release](https://github.com/equinusocio/vsc-material-theme/releases/latest) file from the GitHub repository and install it from the command line
+[Download the latest .vsix release](https://github.com/equinusocio/vsc-material-theme/releases/latest) file from the GitHub repository and install it from the command line
+
```shell
code --install-extension vsc-material-theme-*.*.*.vsix
```
+
or from within VS Code by launching *Quick Open* and running the *Install from VSIX...* command.
##### GitHub Repository Clone
Change to your `.vscode/extensions` [VS Code extensions directory](https://code.visualstudio.com/docs/extensions/install-extension#_side-loading).
Depending on your platform it is located in the following folders:
+
- **Linux** `~/.vscode/extensions`
- **macOs** `~/.vscode/extensions`
- **Windows** `%USERPROFILE%\.vscode\extensions`
Clone the Material Theme repository as `Equinusocio.vsc-material-theme`:
+
```shell
git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc-material-theme
```
@@ -48,17 +54,19 @@ git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc-
## Activate theme
Launch *Quick Open*,
+
- Linux `Ctrl+P`
- macOS `Shift+⌘+P`
- Windows `Ctrl+P`
-Type `theme` anc choose `Preferences: Color Theme`, then select Material Theme from the list.
+Type `theme` and choose `Preferences: Color Theme`, then select Material Theme from the list.
-This theme provide differents color variants, to change the active theme variant type `Material Theme` and choose `Material Theme: Settings`, then select `Change color variant` and pick one theme from the list.
+This theme provides different color variants, to change the active theme variant type `Material Theme` and choose `Material Theme: Settings`, then select `Change color variant` and pick one theme from the list.
## Activate File Icons
Launch *Quick Open*,
+
- Linux `Ctrl+P`
- macOS `Shift+⌘+P`
- Windows `Ctrl+P`
@@ -66,7 +74,9 @@ Launch *Quick Open*,
type `icon theme` and select `Material Theme Icons` from the drop-down menu.
## Set the accent color
+
Launch *Quick Open*,
+
- Linux `Ctrl+P`
- macOS `Shift+⌘+P`
- Windows `Ctrl+P`