From e1353c009247a73e51564bfd03d9c58b5a7b2331 Mon Sep 17 00:00:00 2001 From: Venelin Date: Tue, 11 Jun 2024 11:26:36 +0300 Subject: [PATCH] md update --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78c9f07..aeae191 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,31 @@ cppipe - C Plus Pipe ==================== -cppipe is a utility for Linux that allows you to use C/C++ programs as scripts. -it also offers a shell like syntax for seamless command execution +cppipe is a utility for Linux that allows you to use C/C++ programs as scripts. +It also offers a shell like syntax for seamless command execution In this way your scripts can benefit from increased control and speed, while maintaining a lot of the potential for simple command call syntax. C/C++ programs are cached and only recompiled if needed. + Installation ------------ -git clone https://gitlab.com/venelin98/cppipe.git -cd cppipe +git clone https://gitlab.com/venelin98/cppipe.git +cd cppipe sudo ./install.sh + How to execute a C/C++ source file ---------------------------------- cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]... + Example ------- You can see an example of the command call syntax in test/functions_test.cppipe + Webpage with more info ---------------------- https://vene.volconst.com/en/cppipe