Skip to content

Commit

Permalink
docs(readme): remove outdated build notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Dec 16, 2020
1 parent 580c320 commit d5d49e1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,6 @@ The backup folder is located at: `$HOME/.am/backup/prompt/[date]`.

All profile and rc scripts such as `$HOME/.bash_profile` are also backed up to `$HOME/.am/backup/prompt/[date]/`.

## Build It

In order to test the installation routine for promptMastermind, we use a set of docker images for each of the supported
*nix platforms. The build script in the `docker/` folder can be used to build all of the images, or specific ones:

```sh
# build all of the platforms (this will take a while)
./docker/build.sh

# build the debian and ubuntu platforms
./docker/build.sh debian ubuntu

# build just the mint platform
./docker/build.sh mint
```

## Features

### Two-Line Prompt
Expand Down

0 comments on commit d5d49e1

Please sign in to comment.