Readme updates

This commit is contained in:
2024-01-31 12:58:06 -08:00
parent 4fcc0856d1
commit 8b27f9b641

View File

@@ -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`.