Skip to content

Commit

Permalink
Fixed text inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 27, 2023
1 parent 49c3605 commit f417e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-08-10-tebako-packager-revisited.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Every image contains all the files the application needs to run and has no
dependencies other than what is included in the targeted operating system.

In fact, the Tebako algorithm is very simple.
To create an executable package, Tebako execute four tasks:
To create an executable package, Tebako executes five tasks:

. Create an access layer for DwarFS file system with minimal dependencies on
external libraries.
Expand Down Expand Up @@ -76,7 +76,7 @@ These functions are split across five Tebako components and sub-components:
|
* Patches Ruby (task 4, partially)

| CMake Setup script
| CMake Setup script
|
. Builds static versions of dependencies if missing (task 1)
. Builds Ruby and Dwarfs access layer with minimal external dependencies (task 2)
Expand Down

0 comments on commit f417e92

Please sign in to comment.