I'm looking at this CTAN Package. I don't think it's a part of texlive 2016 which is what overleaf uses.
This means I have to upload files manually to my overleaf project so that I could include them. I downloaded the zip folder available on package, unzipped it and uploaded it to my project with exactly the same directory structure
Next I used the latexmkrc file to configure latex to search the .sty files in the uploaded folder as suggested on their documentation page
This is what my file looks like:
$ENV{'TEXINPUTS'}='./fontawesome5///:' . $ENV{'TEXINPUTS'};
Now my latex file compiles, but the icons like \faGithub don't render.
My usecase is that I want to use some of the new icons which are present in fontawesome5 but not in fontawesome4.
Note that when I use the package fontawesome then thing are working.
\usepackage{fontaweseom5}but got errors – Peeyush Kushwaha Sep 15 '18 at 15:24