From 8b27f9b641d2d1a57d3280d1180f9d14638db056 Mon Sep 17 00:00:00 2001 From: Zoe Moore Date: Wed, 31 Jan 2024 12:58:06 -0800 Subject: [PATCH] Readme updates --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d499d64..4be6874 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,16 @@ -# Boilerplate theme [![](https://badge.fury.io/js/jsonresume-theme-boilerplate.png)](https://www.npmjs.org/package/jsonresume-theme-boilerplate) - -This is the boilerplate theme for [JSON Resume](http://jsonresume.org/). +# Jsonresume Short Theme ## Getting started To get started with theme development, this is what you'll need: - [node.js](http://howtonode.org/how-to-install-nodejs) -- [npm](http://howtonode.org/introduction-to-npm) +- yarn -If you're on Linux, you can simply run: +If you're on Arch Linux, you can simply run: ``` -sudo apt-get install nodejs-legacy npm -``` - -Or if you're on OSX and got [Homebrew](http://brew.sh/) installed: -``` -brew install node +sudo pacman -S yarn ``` ### Install the command line @@ -39,7 +32,7 @@ Lets go ahead and download a [copy of the repository](https://github.com/jsonres We need to install the dependencies. `cd` into the theme folder we just downloaded and run: ```bash -sudo npm install +yarn global add $PWD ``` This will read the local `package.json` and install the packages listed under `dependencies`.