Skip to content

Commit d3b4f89

Browse files
authored
small tweaks for README file
1 parent f387838 commit d3b4f89

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,39 @@
11
<dd align="center"><img alt="React Native Directory Logo" height="96" src="./assets/icon.png" /></dd>
22
<h1 align="center">vscode-react-native-directory</h1>
33

4-
<img alt="Extension preview" src="./assets/screenshot.png" />
5-
64
A VS Code extension allowing to browse through React Native Directory and perform actions on the packages inside build-in Command Palette.
75

8-
## Installation
6+
<p align="center">
7+
<img alt="Extension preview" src="./assets/screenshot.png" width="520" align="center" />
8+
</p>
9+
10+
## 📦 Installation
911

1012
> [!tip]
1113
> The extension is currently in the development phase, and only manual build and installation is supported at this time.
1214
1315
1. Make sure you have [Bun](https://bun.sh/docs/installation) installed.
14-
2. Checkout the repository locally.
15-
3. Run `bun install && bun compile && bun package` to to install dependencies, compile source and prepare extension package file.
16-
4. In VS Code:
16+
1. Checkout the repository locally.
17+
1. Run the following commands to install dependencies, compile source and prepare extension package file:
18+
19+
```sh
20+
bun install && bun compile && bun package
21+
```
22+
1. In VS Code:
1723
* Navigate to the "Extensions" pane (<kbd>Ctrl/Cmd+Shift+X</kbd>).
1824
* Click "More" button (three dots in the right corner of header) and select "Install from VSIX".
1925
* Select VSIX file which has been created in third step inside the checkout root directory.
2026

21-
## Contributing
27+
## 📝 Contributing
2228

2329
1. Make sure you have [Bun](https://bun.sh/docs/installation) installed.
24-
2. Checkout the repository locally.
25-
3. Run `bun install && bun compile` to install dependencies and compile source.
26-
4. In VS Code:
30+
1. Checkout the repository locally.
31+
1. Run the following commands to install dependencies and compile source:
32+
33+
```sh
34+
bun install && bun compile
35+
```
36+
1. In VS Code:
2737
* Open folder containing the extension repository.
2838
* Navigate to the "Run and Debug" pane (<kbd>Ctrl/Cmd+Shift+D</kbd>).
29-
* Select "Run with extension" launch task and press "Start Debugging" button (<kbd>F5</kbd>).
39+
* Select "Run with extension" launch task and press "Start Debugging" button (<kbd>F5</kbd>).

0 commit comments

Comments
 (0)