Skip to content

Commit

Permalink
Update README.md (squash)
Browse files Browse the repository at this point in the history
  • Loading branch information
FherStk committed Aug 10, 2024
1 parent 0ed0e45 commit 554d307
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# isard-scripts
# isard-scripts TEST
Template generation scripts for IsardVDI

## Requisites
Expand All @@ -16,10 +16,10 @@ The app can be installed within any IsardVDI's virtual machine running an Ubuntu
The app can be installed within any IsardVDI's virtual machine running an Ubuntu (Server and Desktop) 22.04 LTS & 24.04 LTS:

1. Deploy the app cloning the repo: `git clone https://github.com/FherStk/isard-scripts.git`
1. Go to the current distro's folder: `cd ubuntu-24.04`
1. Then, install the app with **sudo** (it will be installed at /etc/isard-scripts):
1. Go to the repo folder: `cd isard-scripts`
1. Now to your current distro's folder: `cd ubuntu-24.04`
1. Then, install the app with **sudo** (it will be installed at /etc/isard-scripts) and clean the bash history:
```
cd isard-scripts
sudo ./install.sh
history -c
```
Expand Down

0 comments on commit 554d307

Please sign in to comment.