Skip to content

Commit 5407038

Browse files
authored
Fixed readme
1 parent bc2bba0 commit 5407038

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

readme.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[AcodeX](https://github.com/bajrangCoder/acode-plugin-acodex) is a powerful and AI integrated terminal plugin with **80k++ downloads** for [Acode](https://acode.foxdebug.com/) that enhances your coding productivity by adding in-app Termux terminal integration. With AcodeX, you can execute terminal commands directly from within the Acode app, eliminating the need to switch between apps for coding and terminal access.
77

8-
> [!Note]
8+
> [!NOTE]
99
> When starting a new terminal, be sure to adjust the terminal panel according to your screen. You can drag it to your desired position, and it will automatically adjust the columns and rows according to your screen size.
1010
1111
<a href="https://www.buymeacoffee.com/bajrangCoder" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="40" width="170"/></a>
@@ -101,16 +101,17 @@ To use AcodeX, you need to have the [Termux app](https://termux.dev/en/) install
101101
- Install the `acodex-server` package globally using npm.
102102
- If you plan to run GUI apps, also install `tigervnc` and `websockify_rs`.
103103

104-
**Important**: After installing TigerVNC, make sure to set a password by running the `vncserver` command the first time.
104+
> [!IMPORTANT]
105+
> After installing TigerVNC, make sure to set a password by running the `vncserver` command the first time.
105106
106-
3. **Termux Specific Step**
107+
4. **Termux Specific Step**
107108
Before installing on Termux, run this command to bypass a Termux-specific issue:
108109

109110
```bash
110111
cd $HOME && mkdir -p .gyp && echo "{'variables': {'android_ndk_path': ''}}" > .gyp/include.gypi
111112
```
112113

113-
> **Note**:
114+
> [!TIP]
114115
> After successfully installing `acodex-server`, you can uninstall Python if it's no longer needed.
115116
116117

@@ -156,7 +157,7 @@ If you're an existing user and want to start using the new GUI features, follow
156157
To run GUI apps within AcodeX, follow the steps below:
157158

158159
1. **Install the Required Packages**
159-
Ensure that you have installed the necessary packages by following the instructions in the [Installation](#installation) or [Existing Users Setup](#for-existing-users) sections.
160+
Ensure that you have installed the necessary packages by following the instructions in the [Installation](#installation) or [Existing Users Setup](#for-existing-users-enabling-gui-features) sections.
160161

161162
2. **Enable GUI Viewer Settings**
162163
- Navigate to `Acode > Settings > Plugins > AcodeX`.
@@ -186,11 +187,11 @@ To run GUI apps within AcodeX, follow the steps below:
186187
- In the AcodeX terminal, **click the Display button**, which will copy and execute the `export DISPLAY` command.
187188
- Start your GUI app in the terminal, and it will open in the integrated viewer.
188189

189-
> [!Tip]
190-
> Always verify that the `export DISPLAY` command was executed successfully before launching your GUI application.
190+
> [!TIP]
191+
> Always verify that the `export DISPLAY` command was executed successfully before launching your GUI application.
191192
192-
> [!Note]
193-
> the display env variable command needs to run once in a terminal session
193+
> [!NOTE]
194+
> the display env variable command needs to run once in a terminal session
194195
195196
### Why is there no selection context menu?
196197

0 commit comments

Comments
 (0)