diff options
author | Mario <mario@mariovavti.com> | 2021-10-14 18:59:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-14 18:59:41 +0000 |
commit | f885f986119c8aaafa1c8f7995adee9ee633ad33 (patch) | |
tree | 3ff1e2468b515e0e03dd42d15874fce4e44c78d1 /library/w3org/README.md | |
parent | 9b8b85545fef4be30ee6085c4ffc7bc152d5448c (diff) | |
download | volse-hubzilla-f885f986119c8aaafa1c8f7995adee9ee633ad33.tar.gz volse-hubzilla-f885f986119c8aaafa1c8f7995adee9ee633ad33.tar.bz2 volse-hubzilla-f885f986119c8aaafa1c8f7995adee9ee633ad33.zip |
use the proprt syntax
Diffstat (limited to 'library/w3org/README.md')
-rw-r--r-- | library/w3org/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/w3org/README.md b/library/w3org/README.md index 250cabd6c..62644c709 100644 --- a/library/w3org/README.md +++ b/library/w3org/README.md @@ -1,10 +1,10 @@ This directory contains local copies of the w3.org jsonld documents To update the activitystreams document run: -curl -L -H 'Accept: application/ld+json' https://www.w3.org/ns/activitystreams > activitystreams.jsonld +curl -o activitystreams.jsonld -L -H 'Accept: application/ld+json' https://www.w3.org/ns/activitystreams To update the identity document run: -curl -L -H 'Accept: application/ld+json' https://w3id.org/identity/v1 > identity-v1.jsonld +curl -o identity-v1.jsonld -L -H 'Accept: application/ld+json' https://w3id.org/identity/v1 To update the security document run: -curl -L -H 'Accept: application/ld+json' https://w3id.org/security/v1 > security-v1.jsonld +curl -o security-v1.jsonld -L -H 'Accept: application/ld+json' https://w3id.org/security/v1 |