Skip to content

Commit

Permalink
Add instructions regarding tool versions and env variables in Readme
Browse files Browse the repository at this point in the history
Set defaults for .js.env.example (will get copied over to .js.env and remove unneeded instructions
  • Loading branch information
kylanhurt committed Mar 1, 2024
1 parent 0f45aeb commit ab2f122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .js.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export MM_BLOCKAID_UI_ENABLED=""
export WATCHER_PORT=8081

# Environment: "production", "pre-release" or "local"
export METAMASK_ENVIRONMENT=""
export METAMASK_ENVIRONMENT="local"

# Build type: "main" or "flask"
export METAMASK_BUILD_TYPE=""
export METAMASK_BUILD_TYPE="main"

# Segment SDK proxy endpoint and write key
export SEGMENT_WRITE_KEY=""
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To learn how to develop MetaMask-compatible applications, visit our [Developer D

### Environment setup

Before running the app, make sure your development environment has all the required tools.
Before running the app, make sure your development environment has all the required tools. Several of these tools (ie Node and Ruby) may require specific versions in order to succcessfully build the app.

[Setup your development environment](./docs/readme/environment.md)

Expand Down Expand Up @@ -65,4 +65,4 @@ yarn start:ios
**Run on an Android device**
```bash
yarn start:android
```
```

0 comments on commit ab2f122

Please sign in to comment.