mirror of
https://github.com/oceanprotocol/art
synced 2025-02-14 21:10:42 +01:00
typo
This commit is contained in:
parent
ef61bd9835
commit
e44dc49d1a
@ -24,10 +24,10 @@ If you only need them for use on the web, you can grab them from inside the priv
|
|||||||
It's encouraged to use this repo as a submodule within your projects to keep the assets in sync. From the root of your project folder execute the following to put the submodule under `lib/art/`:
|
It's encouraged to use this repo as a submodule within your projects to keep the assets in sync. From the root of your project folder execute the following to put the submodule under `lib/art/`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git submodule add git@github.com:oceanprotocol/art.git ./lib/art
|
git submodule add git@github.com:oceanprotocol/art.git lib/art
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, fom time to time, update the submodule to get latest upstream changes:
|
Then, from time to time, update the submodule to get latest upstream changes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# go into submodule folder
|
# go into submodule folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user