mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Update consume.md
This commit is contained in:
parent
76aa60bb15
commit
6ef8a72ab6
@ -6,7 +6,7 @@ The process of consuming an asset is straightforward. To achieve this, you only
|
||||
npm run cli download 'assetDID' 'download-location-path'
|
||||
```
|
||||
|
||||
In this command, replace `assetDID`` with the specific DID of the asset you want to consume, and `download-location-path`` with the desired path where you wish to store the downloaded asset content
|
||||
In this command, replace `assetDID` with the specific DID of the asset you want to consume, and `download-location-path` with the desired path where you wish to store the downloaded asset content
|
||||
|
||||
Once executed, this command orchestrates both the **ordering** of a [datatoken](../contracts/datatokens.md) and the subsequent download operation. The asset's content will be automatically retrieved and saved at the specified location, simplifying the consumption process for users.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user