From 87ef6ff55c66f05d9c878cad9317671afc7881f8 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Mon, 16 Aug 2021 12:48:35 +0000 Subject: [PATCH] docs (README): move stuff around/troubleshooting section --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d0ad1b..670fa76 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,6 @@ so you can (_cough_ have to) compile it yourself both of which you most likely got when installing your compiler -if for some reason you don't have it and your compilation fails -##### Debian / Ubuntu / family -install the package named `libc6-dev` -##### RHEL / Fedora / CentOS family -install the package named `glibc-devel` -##### other -sorry no idea. Google will be your friend tho - #### compilation ```shell gcc -o stdouterr ./src/main.c @@ -55,6 +47,22 @@ cp ./stdouterr ~/bin cp ./stdouterr /usr/local/bin ``` +#### troubleshooting +
+ +compilation failed because no such file `stdio.h` and/or `stdlib.h` + + +##### Debian / Ubuntu / family +install the package named `libc6-dev` +##### RHEL / Fedora / CentOS family +install the package named `glibc-devel` +##### other +sorry no idea. Google will be your friend tho + +
+ + ### contributing not licensed yet. but there isn't really a lot of "unique" code to license 🤷