Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TriStaRvOiD authored Mar 14, 2024
1 parent 24a9043 commit 7457be8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Vector
A simple calculator app for Android

## Installation

1. Clone the repository to your local machine:
```git clone https://github.com/TriStaRvOiD/Vector.git```
2. Open the project in Android Studio.
3. Build the project:
- Click on the “Build” menu.
- Select “Build Project” or press Ctrl + F9 (Windows/Linux) or Cmd + F9 (Mac).
4. Connect a physical device or use an emulator:
- Make sure your device is connected via USB and has Developer Mode enabled.
- Alternatively, use an Android emulator from Android Studio.
5. Run the app:
- Click on the “Run” menu.
- Select “Run app” or press Shift + F10 (Windows/Linux) or Ctrl + R (Mac).
6. The app should now be running on your device or emulator.

## Translations

Unfortunately this app currently only supports English, however this will most likely change in the future.
Expand All @@ -10,4 +26,4 @@ This application's logo was created using AI (Bing Image Generator)

## Attribution

* This app uses [mxParser](https://github.com/mariuszgromada/MathParser.org-mXparser)
* This app uses [mxParser](https://github.com/mariuszgromada/MathParser.org-mXparser)

0 comments on commit 7457be8

Please sign in to comment.