Skip to content

Commit 39cf922

Browse files
committed
update install section to readme
1 parent ef033d8 commit 39cf922

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ shc itself is not a compiler such as cc, it rather encodes and encrypts a shell
1313

1414
## Install
1515

16-
1. ./configure
17-
2. make
18-
3. sudo make install
16+
```bash
17+
./configure
18+
make
19+
sudo make install
20+
```
1921

2022
**Note** If `make` fails due to *automake* version, run `./autogen.sh` before running the above commands.
2123

0 commit comments

Comments
 (0)