Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,15 @@ git clone git@github.com:superdesk/superdesk-planning.git
```

#### Client
Running the following will link the superdesk-planning module in development mode:
```
To link this package into a Superdesk client, use [`npx link`](https://github.com/privatenumber/link):

```sh
cd superdesk/client
npm install
npm link ../../superdesk-planning
cd ../..
npx link /path/to/superdesk-planning
```

A fresh `npm install` in the client will restore the published version.

#### Server
Run the following to install the python module in development mode:
```
Expand Down