Skip to content

Commit 9e262c2

Browse files
committed
Updated but broken build tutorial
1 parent 49af1c1 commit 9e262c2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,9 +658,14 @@ tools/fatten/fatten --force --output-path ./output -- overdrive
658658
```
659659
That's it - you've got a complete standalone program in `fattened`.
660660

661-
## [swaddle] & build
661+
## [build] & [swaddle]
662662

663-
[swaddle] takes 'swaddling' and creates packages, package repositories and website content. [shellfire] provides a [build] system that can incorporate [swaddle] and combine it with [fatten]. It also can do a lot more - [build] programs are just regular [shellfire] code, so you can incorporate whatever you want. To do this, we'll add some more structure to our project:-
663+
[shellfire] provides a [build] system that can incorporate [swaddle] and combine it with [fatten]. It also can do a lot more - [build] programs are just regular [shellfire] code, so you can incorporate whatever you want. To see how to add [build] to your project, see the [Quick Tutorial](https://github.com/shellfire-dev/build#overview). To incorporate [swaddle], you can then follow the [Build with Swaddle Tutorial]().
664+
665+
666+
667+
668+
[swaddle] takes 'swaddling' and creates packages, package repositories and website content. To do this, we'll add some more structure to our project:-
664669

665670
```bash
666671
overdrive/
@@ -672,6 +677,8 @@ overdrive/
672677
README.md
673678
```
674679

680+
If you're interested, follow the [build overview](https://github.com/shellfire-dev/build#overview).
681+
675682
### Install [swaddle]
676683
Let's add the necessary folders first:-
677684

0 commit comments

Comments
 (0)