From fcd35141b3725c63cea2343ee948ce52f4aecb88 Mon Sep 17 00:00:00 2001 From: daspk Date: Mon, 12 Aug 2024 22:12:43 +0700 Subject: [PATCH] [DOC] Correct typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55dd233..eab6215 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Here is an example of how to create an `flake.nix` with all the above python pac - Linux AMD64 - Linux ARM64: To build OTB for `linux-aarch-64` there are 3 options: - The easiest way would be to build natively with ARM64 (Still needs to be tested) - - Complie using an emulator (Tested with [GitHub Action](https://github.com/daspk04/otb-nix/actions/runs/10191427474) and it builds fine) + - Compile using an emulator (Tested with [GitHub Action](https://github.com/daspk04/otb-nix/actions/runs/10191427474) and it builds fine) - We can also via nix cross compiler (Still needs to be Tested) 1) One can build a docker image for OTB with python support and no remote modules (default).