Skip to content

Commit 42b6051

Browse files
committed
minor example
1 parent 99e17bf commit 42b6051

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ and from the [actual
1111
server](https://zenodo.org/account/settings/applications/tokens/new/).
1212

1313
The sandbox token is expected to be stored in the environment variable
14-
`ZENODO_SANDBOX_TOKEN` while the true token must be stored in `ZENODO_TOKEN`.
14+
`ZENODO_SANDBOX_TOKEN` while the true token must be stored in `ZENODO_TOKEN`, e.g.:
15+
```
16+
ZENODO_SANDBOX_TOKEN="access token"
17+
```
18+
And to check it was set correctly:
19+
```
20+
echo $ZENODO_SANDBOX_TOKEN
21+
```
1522
We strongly advise you to **first test the procedure** on the sandbox server
1623
using the `--sandbox` switch.
1724

@@ -71,7 +78,7 @@ Next, there are two situations:
7178
- Otherwise, you give the authors the required information and
7279
ask them to update their article and produce the final PDF file. You should
7380
check that their PDF contains all the information you sent them.
74-
81+
7582
You need to give this information back to author(s) such that they can update
7683
the metadata file as well as the article that display the DOI in the left
7784
margin (make sure they actually update this information). For the article
@@ -122,5 +129,3 @@ file on the website (you can do it directly from the GitHub interface). If you
122129
previously added the entry to the
123130
[under_review.bib](https://github.com/ReScience/rescience.github.io/blob/sources/_bibliography/under-review.bib)
124131
file, don't forget to remove it.
125-
126-

0 commit comments

Comments
 (0)