Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Updated README and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
petermcneil committed Jun 5, 2019
1 parent 5e22d6f commit 952e222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ All the following commands are run inside the `jellyfinclient` directory
yarn run android
yarn run ios
```

Android requires the `ANDROID_HOME` variable to be set.

In case of problems, this [tutorial](https://facebook.github.io/react-native/docs/running-on-device.html) will help you to configure your environment.

### Desktop (Electron)
Expand Down

0 comments on commit 952e222

Please sign in to comment.