From 7f0a51f5b8bd7c3c46a2de66240c39bc9b074d53 Mon Sep 17 00:00:00 2001 From: Jorens Shtekels Date: Thu, 14 Mar 2024 09:00:38 +0200 Subject: [PATCH] docs: remove usage --- README-lv.md | 2 -- README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README-lv.md b/README-lv.md index f68fda5..d33d0d5 100644 --- a/README-lv.md +++ b/README-lv.md @@ -14,8 +14,6 @@ Direktorija `modules` ir saistīta ar datu sagatavošanu pirms funkcijas izsaukuma. `test_validation.cc` ir viens testa fails, kas satur testus. [GTest](https://github.com/google/googletest) tiek izmantots testiem. -## Lietojums - ## Kompilācija uz Linux un MacOS Kompilācijai operētājsistēmā Linux ir nepieciešams cmake un diff --git a/README.md b/README.md index 27c19c2..8479756 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Directory `modules` is concerned with preparation of data prior to the function call. `test_validation.cc` is a single test file that contain the tests. [GTest](https://github.com/google/googletest) is used for tests. -## Usage - ## Compilation on Linux and MacOS Compilation on Linux and MacOS requires cmake and CXX compiler (e.g., g++).