From 651645515387cf32322f66962fa4dc48eef85860 Mon Sep 17 00:00:00 2001 From: samoht <53660242+samoht9277@users.noreply.github.com> Date: Wed, 18 Nov 2020 11:52:21 -0300 Subject: [PATCH] mpi --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..40a9677 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# mpi +An all-in-one ``make`` script for tweak compiling. + + +### How to use: +1- Download the file, make sure that its an executable; to do that simply run ``chmod +x /path/to/mpi`` + +2- Open the script with a text editor and type the path of the folder where you store all your projects (line [21](https://github.com/samoht9277/mpi/blob/5d262994809c5234e353fdc7c45aafcade8f92e0/mpi#L21)) + +3- Now, put the script in the following directory: + +* **for macOS**: /usr/local/bin + +* **for Linux/WSL/Cygwin/macOS without SIP**: /usr/bin + +4- Run! + +### Found a bug? +Create an [Issue](https://github.com/samoht9277/mpi/issues)