Update readme.md
This commit is contained in:
parent
aefec047cf
commit
6fd4ab3aa3
11
readme.md
11
readme.md
@ -33,3 +33,14 @@ wget https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-la
|
||||
chmod +x install-laravel-ad.sh
|
||||
./install-laravel-ad.sh
|
||||
```
|
||||
---
|
||||
|
||||
# Install VSCODE Server On The LXC
|
||||
```
|
||||
curl -fsSL https://code-server.dev/install.sh | sh
|
||||
```
|
||||
|
||||
Then to start editing your web app via ssh on vscode is by the following
|
||||
```
|
||||
code-server /var/www/<YourWebAppFolder>
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user