mirror of
https://github.com/Soccera1/init.git
synced 2026-02-04 05:33:41 +01:00
Update docs to add make
This commit is contained in:
parent
328dc018a6
commit
085970cf53
2 changed files with 3 additions and 6 deletions
|
|
@ -20,10 +20,9 @@ The individual service scripts are interpreted by the configured `SHELL` (defaul
|
||||||
- The interpreter specified in `src/config.h` (e.g., `/bin/sh`).
|
- The interpreter specified in `src/config.h` (e.g., `/bin/sh`).
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
Compile the components manually:
|
Compile the components with make:
|
||||||
```bash
|
```bash
|
||||||
gcc src/main.c -o bin/main
|
make
|
||||||
gcc src/solver.c -o bin/solver
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,7 @@ A dependency-aware init system that resolves service order and executes them.
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p bin
|
make
|
||||||
gcc src/main.c -o bin/main
|
|
||||||
gcc src/solver.c -o bin/solver
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue