Skip to content

Commit 19152b3

Browse files
authored
Merge pull request #41 from pantsmanuk/devel
Fixed a few typos in README.rst
2 parents e478646 + 6e4fd55 commit 19152b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ How to use it?
1919
#. Run ``src/make_custom_pi_os -g <distro folder>`` in the repo, distro folder should not exist and contain no spaces. This will both create a folder to build a new distro from, and also download the latest raspbian lite image. The initial distro has a module that has the name of your distro, and you can find it under ``<distro folder>/src/modules/<distro name>`` (there should be only one module in the modules folder).
2020
#. cd to ``<distro folder>/src``
2121
#. Edit your ``<distro folder>/src/config``, you can also edit the starting module, which is named as your distro at ``modules/<dstro name>``. More on that in the Developing section.
22-
#. Run ``<distro folder>/src/build_dist`` to build an image. If this failes use the method discribed in the vagrant build the section (which makes sure sfdisk and other things work right).
22+
#. Run ``<distro folder>/src/build_dist`` to build an image. If this fails use the method described in the vagrant build section (which makes sure sfdisk and other things work right).
2323

2424
Features
2525
--------
2626

27-
* Modules - write one module and use if for multiple distros
27+
* Modules - write one module and use it for multiple distros
2828
* Write only the code you need for your distro - no need to maintain complicated stuff like building kernels unless its actually want to do it
2929
* Standard modules give extra functionality out of the box
3030
* Supports over 40 embedded devices using `Armbian <http://armbian.com/>`_ and Raspbian.
@@ -48,7 +48,7 @@ Requirements
4848
Known to work building configurations
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050
1. Linux (Ubuntu / Debian etc)
51-
2. OS X - `See this tread for information <https://github.com/guysoft/OctoPi/issues/388#issuecomment-316327106>`_
51+
2. OS X - `See this thread for information <https://github.com/guysoft/OctoPi/issues/388#issuecomment-316327106>`_
5252

5353

5454
Modules
@@ -127,7 +127,7 @@ Building Using Vagrant
127127
Usage
128128
~~~~~
129129

130-
#. If needed, override existing config settings by creating a new file ``src/config.local``. You can override all settings found in ``src/config``. If you need to override the path to the Raspbian image to use for building yoru dstro, override the path to be used in ``BASE_ZIP_IMG``, which is part of the base module. By default the most recent file matching ``*-raspbian.zip`` found in ``src/image`` will be used.
130+
#. If needed, override existing config settings by creating a new file ``src/config.local``. You can override all settings found in ``src/config``. If you need to override the path to the Raspbian image to use for building your distro, override the path to be used in ``BASE_ZIP_IMG``, which is part of the base module. By default the most recent file matching ``*-raspbian.zip`` found in ``src/image`` will be used.
131131
#. Run ``src/build`` as root.
132132
#. The final image will be created at the ``src/workspace``
133133

0 commit comments

Comments
 (0)