posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
22.25k stars 4.71k forks source link

Downloading and using the zip on Windows can result in error #483

Closed UweZiegenhagen closed 11 months ago

UweZiegenhagen commented 11 months ago

I downloaded the ZIP of the repository and was informed by 7zip during the extraction of the files that one symbolic link could not be created. The files in the examples folder did not work at all, I finally found out, that the class file in the examples folder was this symbolic link. Since 7zip could not resolve the symlink, the class file in the examples folder was just 0 Bytes. Maybe it is a good idea to get rid of the symlink and use a copy of the file instead.

github-actions[bot] commented 11 months ago

:wave: Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

OJFord commented 11 months ago

There's not really any reason to download a zip of the repository?

If you want to use AwesomeCV for your own CV, you just need awesome-cv.cls.

If you want to contribute to the project, you need to git clone the repo, which.. I would assume can handle symlinks even on Windows, but you probably should use WSL anyway.