Downloading the Assets Bundles
-
In the edaadm repository that you cloned or downloaded, go
to the bundles folder.
cd path/to/edaadm-repository/bundles
-
Download the Assets bundles.
The following example downloads all Assets Bundles defined in the bundles folder and store them in the eda-cargo directory.
make save-all-bundles
The following examples show how to download a specific bundle.Use the following command to display all bundles:make ls-bundles
Then, use the following command to download a specific bundle:make save-<bundle-name>