Skip to content

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrink committed May 14, 2018
1 parent 6abe560 commit efa3970
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## About

This is an expiramental distribution based off of Arch Linux. It is targeted for Developers/Engineers.
This is an experimental distribution based off of Arch Linux. It is targeted for Developers/Engineers.
Currently the only supported platform is **x86_64**


Expand All @@ -14,9 +14,9 @@ Live ISO images are available under the releases section of this repo.
## Goals

* Provide a live image with easy to use installer.
* Provide a beutiful and useful desktop environment.
* Provide a beautiful and useful desktop environment.
* Provide a set of useful packages out of the box for developers/engineers.
* Provide a pre-built packages that may not be available in the offical repositories such as vscode.
* Provide a pre-built packages that may not be available in the official repositories such as vscode.



Expand All @@ -29,13 +29,13 @@ Build the brinkOS build container.
docker build -t brinkos .
```

build brinkOS, this will run and place the iso image in `./iso/`
Build brinkOS, this will run and place the iso image in `./iso/`

```shell
$ docker run -i -t --privileged -v `pwd`/iso:/iso --rm brinkos
```

or to optionally interact with the build process
To optionally interact with the build process
```shell
$ docker run -i -t --privileged -v `pwd`/iso:/iso --rm brinkos bash
[root@dc1f5b1f676f /]# cd /build/archlive/
Expand Down

0 comments on commit efa3970

Please sign in to comment.