aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-26 10:34:20 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-09-24 22:40:31 +0200
commit052f73e4e5c7f6266bf80f392ac593046e2d8d2c (patch)
tree1317d3e7297f3df7339e0f775b2213de240d0863 /README.md
parent4038ec5662a5b1ebe652e9170069e3f2f79c7e71 (diff)
downloadfbos-052f73e4e5c7f6266bf80f392ac593046e2d8d2c.tar.gz
fbos-052f73e4e5c7f6266bf80f392ac593046e2d8d2c.zip
Add CI job
This will ensure that the code style is preserved and that commits being pushed at least build successfully. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 532584b..da92c98 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ In order to build `fbos` you only need GCC. That being said, if you are not on a
RISC-V system you will also need cross compilation tools for it (check your
distribution for this, on openSUSE I simply installed `cross-riscv64-gcc14`).
With that installed, simply set the `CROSS_COMPILE` environment variable as
-you'd do for building the kernel (e.g. in my case, using openSUSE, I set it to
-`riscv64-suse-linux-`). After all of that, just:
+you'd do for building the Linux kernel (e.g. in my case, using openSUSE, I set
+it to `riscv64-suse-linux-`). After all of that, just:
```
$ make