Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneded export from shell snippets #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ the entire thing.
To cohost a lazy copy, execute:

```console
$ export LNG="tr"
$ LNG="tr"
$ ipfs files mkdir -p /wikipedia-mirror/$LNG
$ ipfs files cp $(ipfs resolve -r /ipns/$LNG.wikipedia-on-ipfs.org) /wikipedia-mirror/$LNG/$LNG_$(date +%F_%T)
```
Expand All @@ -339,15 +339,15 @@ Steps are the same as for a lazy copy, but you execute additional preload
after a lazy copy is in place:

```console
$ # export LNG="tr"
$ # LNG="tr"
$ ipfs refs -r /ipns/$LNG.wikipedia-on-ipfs.org
```

Before you execute this, check if you have enough disk space to fit `CumulativeSize`:

```console
$ # export LNG="tr"
$ ipfs object stat --human /ipns/$LNG.wikipedia-on-ipfs.org ...rror MM?fix/build-2021
$ # LNG="tr"
$ ipfs object stat --human /ipns/$LNG.wikipedia-on-ipfs.org
NumLinks: 5
BlockSize: 281
LinksSize: 251
Expand Down