Browse Source

readme - typo

Émile Morel 10 years ago
parent
commit
5949675684
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -24,6 +24,8 @@ We cannot perform a debootstrap in dockerfile because dockerfile doesn't accept
 privileged mode. For more details see [docker
 issue](https://github.com/docker/docker/issues/1916) 
 
+To build the minimal debian rootfs run:
+
 ```shell
 sudo docker run --privileged -i -t -v $(pwd)/olinux/:/olinux/ debian:olinux sh ./olinux/create_arm_debootstrap.sh
 ```
@@ -35,7 +37,8 @@ Optional arguments:
 
 # Build sunxi kernel and boot files
 
-You shoud have both debootstrap and sunxi directories in olinux/
+To build sunxi kernel and boot files run:
+
 ```shell
 sudo docker run --privileged -i -t -v $(pwd)/olinux/:/olinux/ debian:olinux sh ./olinux/create_sunxi_boot_files.sh
 ```