Skip to content

Commit

Permalink
style improvements
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
danielpclark committed Oct 10, 2017
1 parent 81407e8 commit cad2849
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ a secondary system.
## Installation

To use the install script you need to have the following commands available on your
system `curl wget unzip sudo cc` and possibly other build essentials for C. For Ubuntu
and Docker images of Ubuntu you can install these prerequisites with:
system `curl wget unzip sudo cc` and possibly other build essentials for C.

---

For Ubuntu and Docker images of Ubuntu you can install these prerequisites with:

```bash
apt-get update && apt-get install curl wget unzip sudo build-essential
```

_NOTE: if you are not root you may need to precede `apt-get` with `sudo`_

---

The `install.sh` script will check for Rust and aescrypt and proceed to install them
if they are missing _(it will ask you if you want to install Rust)_.
Expand All @@ -28,9 +32,7 @@ First download the installation script locally.
curl https://raw.githubusercontent.com/danielpclark/abrute/master/install.sh > install.sh
```

Then verify that the contents of the installation script is safe to use (a no brainer).

Then run
Then verify that the contents of the installation script is safe to use (a no brainer). Then run

```bash
bash install.sh
Expand Down

0 comments on commit cad2849

Please sign in to comment.