Skip to content

Commit 4596e7a

Browse files
authored
Update readme.md
1 parent 5cc8d6c commit 4596e7a

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

readme.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</p>
99

1010
> [!Warning]
11-
> This plugin requires the [acodex-server](https://github.com/bajrangCoder/AcodeX-server) NodeJS package to be installed and running on [Termux](https://termux.dev).
11+
> This plugin requires the [acodex-server](https://github.com/bajrangCoder/AcodeX-server) NodeJS package or [axs](https://github.com/bajrangCoder/acodex_server) to be installed and running on [Termux](https://termux.dev).
1212
13-
[AcodeX](https://github.com/bajrangCoder/acode-plugin-acodex) is a powerful and AI integrated terminal plugin with **90k++ 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. AcodeX has almost every terminal feature and also it is more feature rich when it comes to rendering things compared termux etc (Thanks to xtermjs)
13+
[AcodeX](https://github.com/bajrangCoder/acode-plugin-acodex) is a powerful and AI integrated terminal plugin with **100k++ 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. AcodeX has almost every terminal feature and also it is more feature rich when it comes to rendering things compared termux etc (Thanks to xtermjs)
1414

1515
> [!NOTE]
1616
> 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.
@@ -122,36 +122,30 @@ To use AcodeX, you need to have the [Termux app](https://termux.dev/en/) install
122122
curl -sL https://raw.githubusercontent.com/bajrangCoder/acode-plugin-acodex/main/installServer.sh | bash
123123
```
124124

125+
or use this to install server along with gui packages
126+
127+
```bash
128+
curl -sL https://raw.githubusercontent.com/bajrangCoder/acode-plugin-acodex/main/installServer.sh | bash -s -- --gui
129+
```
130+
125131
Alternatively, you can manually install the required packages:
126132

127133
```bash
128134
pkg update && pkg upgrade -y
129-
pkg install python nodejs -y
130-
npm i -g acodex-server
135+
curl -sL https://raw.githubusercontent.com/bajrangCoder/acode-plugin-acodex/main/installServer.sh | bash
136+
# for gui only
131137
pkg install x11-repo
132138
pkg install tigervnc -y
133139
curl -L https://raw.githubusercontent.com/bajrangCoder/websockify_rs/main/install.sh | bash
134140
```
135141

136142
The key steps are:
137-
- Install `python` and `nodejs`.
138-
- Install the `acodex-server` package globally using npm.
143+
- Install `axs` cli binary.
139144
- If you plan to run GUI apps, also install `tigervnc` and `websockify_rs`.
140145

141146
> [!IMPORTANT]
142147
> After installing TigerVNC, make sure to set a password by running the `vncserver` command the first time.
143148
144-
4. **Termux Specific Step**
145-
Before installing on Termux, run this command to bypass a Termux-specific issue:
146-
147-
```bash
148-
cd $HOME && mkdir -p .gyp && echo "{'variables': {'android_ndk_path': ''}}" > .gyp/include.gypi
149-
```
150-
151-
> [!TIP]
152-
> After successfully installing `acodex-server`, you can uninstall Python if it's no longer needed.
153-
154-
155149
## For Existing Users: Enabling GUI Features
156150

157151
If you're an existing user and want to start using the new GUI features, follow these steps to install the required packages:

0 commit comments

Comments
 (0)