Skip to content
Snippets Groups Projects
Commit 132e9bf0 authored by john's avatar john
Browse files

update readme with correct repos and yarn

parent 2a1e1a11
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ This application is being developed by the [Coko Foundation](https://coko.founda
## Requirements
Node >= 7.6
Npm >= 3
npm >= 3 or yarn >= 0.24
<br>
Pubsweet >= 0.3.2
......@@ -15,9 +15,9 @@ Pubsweet >= 0.3.2
## Installation
First you need to clone this repository on your machine.
```git clone git@gitlab.coko.foundation:yannisbarlas/editoria.git```
```git clone git@gitlab.coko.foundation:editoria/editoria.git```
or the ```https``` equivalent:
```git clone https://gitlab.coko.foundation/yannisbarlas/editoria.git```
```git clone https://gitlab.coko.foundation/editoria/editoria.git```
<br>
Once you have, navigate to the project's root directory.
......@@ -34,6 +34,8 @@ Install the latest version of the ```pubsweet``` command line tool.
Install the project's dependencies.
```npm install```
or if you're using yarn
```yarn install```
<br>
Create a database.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment