Skip to content

Commit

Permalink
update install section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Nov 17, 2018
1 parent ef033d8 commit 39cf922
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ shc itself is not a compiler such as cc, it rather encodes and encrypts a shell

## Install

1. ./configure
2. make
3. sudo make install
```bash
./configure
make
sudo make install
```

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

Expand Down

0 comments on commit 39cf922

Please sign in to comment.