Skip to content

Commit

Permalink
Fix README table
Browse files Browse the repository at this point in the history
  • Loading branch information
jfloff committed Aug 31, 2017
1 parent 1a8d18c commit d6d68eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ Inside the container there is script, called [`lineageos`](lineageos), that's us

| Variable | Description |
| -------- | ----------- |
| `-c|--clean` | simply removes all the repo files (cache included) |
| `i|init` | inits the repository making it ready to build LineageOS. In this step we init the repo and sync it. We also download the device's proprietary blobs, the user's extra files, and enable caching. |
| `b|build` | Builds LineageOS! |
| `s|sync` | Forces the LineageOS repo sync |
| `-c` `--clean` | simply removes all the repo files (cache included) |
| `i` `init` | inits the repository making it ready to build LineageOS. In this step we init the repo and sync it. We also download the device's proprietary blobs, the user's extra files, and enable caching. |
| `b` `build` | Builds LineageOS! |
| `s` `sync` | Forces the LineageOS repo sync |
| `all` | shortcut for performing `lineageos init build` |

Remember you can compose multiple instructions, for example, for a completly clean build you can run `lineageos all --clean` (or `lineageos -c init build`).
Expand Down

0 comments on commit d6d68eb

Please sign in to comment.