From 13900140e951282a35d4948bc3335645b21ed545 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Mon, 12 Aug 2019 15:40:16 +0200 Subject: [PATCH] remove identity setup from uplink instructions (#2761) --- cmd/uplink/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/uplink/README.md b/cmd/uplink/README.md index 237e975e7..fca191a11 100644 --- a/cmd/uplink/README.md +++ b/cmd/uplink/README.md @@ -4,12 +4,6 @@ Documentation for developing and building the uplink service. Usage: -First make an identity: -``` -go install storj.io/storj/cmd/identity -identity create uplink -``` - Then setup the uplink: ``` go install storj.io/storj/cmd/uplink