diff options
author | P. J. McDermott <pehjota> | 2014-12-01 19:25:39 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-12-01 19:25:39 (EST) |
commit | 1e1257eacac7f1ba594a2650255cde49a5fe47f4 (patch) | |
tree | 0f6f760b08b113f764a63581748be42cd99647aa | |
parent | 0e8a4b2fc458cdb730a30022c7eebde62103847c (diff) |
dev/plat/simpler-porting: Add missing parenthesis
-rw-r--r-- | dev/plat/simpler-porting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/plat/simpler-porting.mdwn b/dev/plat/simpler-porting.mdwn index 3836963..ccdae34 100644 --- a/dev/plat/simpler-porting.mdwn +++ b/dev/plat/simpler-porting.mdwn @@ -7,7 +7,7 @@ makes it not so easy to [[port it to a new computer|doc/plat/porting]]. There are four main steps to porting ProteanOS to a new platform: 1. **Configure**: First, the platform-specific source packages (`busybox` and - `linux-libre` need to be configured for the new platform. + `linux-libre`) need to be configured for the new platform. 2. **Build**: Next, those platform-specific packages need to be built for the new platform. 3. **Install**: Then, a bootable ProteanOS system with the newly built |