From 6fd4ab3aa3fd278a8d549618e198b93d1e2bcf80 Mon Sep 17 00:00:00 2001 From: Ghassan Yusuf Date: Sat, 13 Sep 2025 22:09:22 +0300 Subject: [PATCH] Update readme.md --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3f841fe..83651d2 100644 --- a/readme.md +++ b/readme.md @@ -32,4 +32,15 @@ Use The Link Below In An Empty LXC To Create A Laravel Project - Advanced Mode wget https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel-ad.sh chmod +x install-laravel-ad.sh ./install-laravel-ad.sh -``` \ No newline at end of file +``` +--- + +# 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/ +```