-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94442d7
commit f959295
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
Here is my French resume in json-fresh and json-jrs formats. | ||
# Here is my French resume in json-fresh and json-jrs formats | ||
|
||
To generate other formats you will need: | ||
* [NodeJS](https://nodejs.org/) | ||
* [NPM](https://www.npmjs.com/) | ||
* [HackMyResume](https://github.com/hacksalot/HackMyResume) | ||
* [LibreOffice](https://www.libreoffice.org/) (for Microsoft formats; I don't know exactly why HackMyResume cannot do this...) | ||
* [make](https://www.gnu.org/software/make/) if you do not want to build by hand | ||
|
||
*Important*: On the first use run "make install" to install required Node modules in theme directory. | ||
* [NodeJS](https://nodejs.org/) | ||
* [NPM](https://www.npmjs.com/) | ||
* [HackMyResume](https://github.com/hacksalot/HackMyResume) | ||
* [LibreOffice](https://www.libreoffice.org/) (for Microsoft formats; I don't | ||
know exactly why HackMyResume cannot do this...) | ||
* [make](https://www.gnu.org/software/make/) if you do not want to build by hand | ||
|
||
Included jsonresume theme is a modified version of [Curzy theme](https://github.com/Curzy/jsonresume-theme-curzy) which is a modified version of Stack Overflow theme for jsonresume ([jsonresume-theme-stackoverflow](https://github.com/francescoes/jsonresume-theme-stackoverflow)) | ||
*Important*: On the first use run `make install` to install required Node modules | ||
in theme directory. | ||
|
||
Included jsonresume theme is a modified version of [Curzy theme](https://github.com/Curzy/jsonresume-theme-curzy) | ||
which is a modified version of Stack Overflow theme for jsonresume ([jsonresume-theme-stackoverflow](https://github.com/francescoes/jsonresume-theme-stackoverflow)) |