Skip to content

Commit f008f77

Browse files
authored
Update README.md
1 parent 63424e5 commit f008f77

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -41,37 +41,8 @@ The shell includes the following commands:
4141
![Midas Shell Starship](assets/starship.png)
4242

4343
## Installation
44-
45-
1. Clone the repository:
46-
47-
```bash
48-
git clone https://github.com/midassystems/midas-shell.git
49-
cd midas-shell
50-
```
51-
52-
2. Run the build script:
53-
54-
```bash
55-
./scripts/build.sh
56-
```
57-
58-
- When prompted, select **Production**.
59-
60-
3. Navigate to the release directory:
61-
62-
```bash
63-
cd midas-release
64-
```
65-
66-
4. Make the installer executable:
67-
68-
```bash
69-
chmod +x ./install.sh
70-
```
71-
72-
5. Run the installer:
7344
```bash
74-
./install.sh
45+
curl -sSfL https://raw.githubusercontent.com/midassystems/midas-shell/main/scripts/install.sh | bash
7546
```
7647

7748
## Requirements

0 commit comments

Comments
 (0)