Skip to content

Commit

Permalink
Update README.md to make the git submodule process clearer
Browse files Browse the repository at this point in the history
Re-insert sql extensions section
  • Loading branch information
matt committed May 21, 2024
1 parent 251adb7 commit b7d9cad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ First, clone this project: `git clone https://github.com/econia-labs/inbox`.

Then, clone git submodules: `git submodule update --init --recursive`.

NOTE: If you are running this command from [emojicoin dot fun] repository,
you need to specify to only update `src/inbox` if you don't have access to
the private TradingView `charting_library` repository.

```shell
git submodule update --init --recursive src/inbox
```

### Step 1: Configuration

Copy `example.env` to `.env` and update the required fields. Field
Expand Down Expand Up @@ -103,3 +111,6 @@ CREATE TRIGGER notify_event
```

This will emit an MQTT event with the topic as your event type for all your contract's events.

[emojicoin dot fun]: https://github.com/econia-labs/emojicoin-dot-fun

0 comments on commit b7d9cad

Please sign in to comment.