-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a42ad3
commit 8b4424b
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ To use EmuHub, follow these steps: | |
``` | ||
|
||
3. **Run EmuHub Container**: | ||
|
||
Start the EmuHub container. | ||
|
||
```bash | ||
|
@@ -51,10 +50,10 @@ To use EmuHub, follow these steps: | |
--log-opt max-file=10 \ | ||
emuhub | ||
``` | ||
|
||
4. **Access Emulators**: | ||
|
||
Open your web browser and navigate to `http://localhost:8000` to access the EmuHub interface and start testing your Android applications. | ||
Open your web browser and navigate to `http://localhost:8000` to access the EmuHub interface and start testing your Android applications. | ||
|
||
## Example Docker Compose | ||
```yaml | ||
|
@@ -103,4 +102,5 @@ For any questions or assistance, please contact [[email protected]](mailto:helm | |
|
||
--- | ||
|
||
**Note:** EmuHub is a project maintained by [Mohamed Helmy]. We strive to improve the testing experience for Android developers and welcome feedback from the community. Thank you for using EmuHub! | ||
**Note:** EmuHub is a project maintained by [Mohamed Helmy]. We strive to improve the testing experience for Android developers and welcome feedback from the community. | ||
Thank you for using EmuHub! |