Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Apr 29, 2021
1 parent b1dfbec commit 7f41eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> Remote file transfer, powered by the Hypercore protocol.
[![CircleCI branch](https://img.shields.io/circleci/project/github/pepa65/datcp/master.svg)](https://circleci.com/gh/pepa65/workflows/datcp/tree/master)
[![npm](https://img.shields.io/npm/v/datcp.svg)](https://www.npmjs.com/package/datcp)
[![npm](https://img.shields.io/node/v/datcp.svg)](https://www.npmjs.com/package/datcp)
[![NpmLicense](https://img.shields.io/npm/l/datcp.svg)](https://www.npmjs.com/package/datcp)
[![npm](https://img.shields.io/npm/v/@pepa65/datcp.svg)](https://www.npmjs.com/package/@pepa65/datcp)
[![npm](https://img.shields.io/node/v/@pepa65/datcp.svg)](https://www.npmjs.com/package/@pepa65/datcp)
[![NpmLicense](https://img.shields.io/npm/l/@pepa65/datcp.svg)](https://www.npmjs.com/package/@pepa65/datcp)

`dcp` copies files between hosts on a network using the peer-to-peer [Dat network](https://datproject.org/). `dcp` can be seen as an alternative to tools like `scp`, removing the need to configure SSH access between hosts. This lets you transfer files between two remote hosts, without you needing to worry about the specifics of how said hosts reach each other and regardless of whether hosts are behind NATs.

Expand Down Expand Up @@ -51,7 +51,7 @@ Here's a benchmark for moving a 396.12MB file from my personal computer to a rem
## Installation

```
npm i -g datcp
npm i -g @pepa65/datcp
```

### Installing without npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "datcp",
"name": "@pepa65/datcp",
"version": "0.8.1",
"description": "Dat Copy v0.8.1 - Remote file transfer, powered by the Hypercore protocol",
"engines": {
Expand Down

0 comments on commit 7f41eac

Please sign in to comment.