Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chandiniv1 authored Sep 15, 2023
1 parent dcd6b1e commit e1cbc08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,17 @@ Now that you have a da node and light nodes running, we are ready to build and r
go mod tidy
```
* start your rollup
* start your rollup

*

create one script file (init-local.sh) in root folder

```
touch init-local.sh
```
add the following script to the script file (init-local.sh)
add the following script to the script file (init-local.sh) or you can get the script from [here](https://gist.githubusercontent.com/chandiniv1/27397b93e08e2c40e7e1b746f13e5d7b/raw/0dc8c17d630a249f439e0c5030266a2a34030bb8/init-local.sh)

```
#!/bin/sh
Expand Down

0 comments on commit e1cbc08

Please sign in to comment.