Skip to content

Commit

Permalink
README installation: touch-up commands (zotero#55)
Browse files Browse the repository at this point in the history
Use long arguments so new users know what they are doing.

git clone: default behavior is to clone into `translation-server` directory.
  • Loading branch information
dhimmel authored and dstillman committed Nov 16, 2018
1 parent 653a767 commit e03e4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ The Zotero translation server lets you use [Zotero translators](https://www.zote

## Installation

1. `git clone --recurse-submodules -j4 https://github.com/zotero/translation-server translation-server`
1. `git clone --recurse-submodules --jobs 4 https://github.com/zotero/translation-server`

1. `cd translation-server`

1. `npm i`
1. `npm install`

## Running via Node.js

Expand Down

0 comments on commit e03e4f1

Please sign in to comment.