From 7c589974711c5ab8fd51a3e132a206a5f4b8b67b Mon Sep 17 00:00:00 2001 From: Robin Richardson Date: Wed, 31 Mar 2021 09:53:21 +0200 Subject: [PATCH 1/2] Try to clarify where setup_nanopub_profile command should be run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dac530c8..f3e92e98 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install nanopub ``` To publish to the nanopub server you need to setup your profile. This allows the nanopub server to identify you. Run -the following interactive command: +the following interactive command in the terminal: ``` setup_nanopub_profile ``` From 646bb9004daccdea3bbbe1e08a93b99dbcc0532f Mon Sep 17 00:00:00 2001 From: Robin Richardson Date: Wed, 31 Mar 2021 11:32:29 +0200 Subject: [PATCH 2/2] Further clarification of README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3e92e98..ecbb5e89 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,11 @@ pip install nanopub ``` To publish to the nanopub server you need to setup your profile. This allows the nanopub server to identify you. Run -the following interactive command in the terminal: +the following command in the terminal: ``` setup_nanopub_profile ``` -It will add and store RSA keys to sign your nanopublications, publish a nanopublication with your name and ORCID iD to -declare that you are using using these RSA keys, and store your ORCID iD to automatically add as author to the +This will ask you a few questions, then it will use that information to add and store RSA keys to sign your nanopublications with, (optionally) publish a nanopublication with your name and ORCID iD to declare that you are using using these RSA keys, and store your ORCID iD to automatically add as author to the provenance of any nanopublication you will publish using this library. ## Quick Start