Skip to content

Commit

Permalink
Added git install
Browse files Browse the repository at this point in the history
  • Loading branch information
defnax committed Jan 27, 2024
1 parent 365abcc commit c7c02e8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/developer/retrosharemobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

# Install Directories

- FlutterDir: C:\Users\your-user-name\Documents\flutter_windows_2.2.3-stable\flutter
- AndroidStudioDir: C:\Program Files\Android\Android Studio
- RSMobileDir: C:\Users\your-user-name\Documents\GitHub\retroshare-mobile
- RSPlatformTools: C:\Users\your-user-name\AppData\Local\Android\Sdk\platform-tools
- FlutterDir: ``C:\Users\your-user-name\Documents\flutter_windows_x.xx.x-stable\flutter``
- AndroidStudioDir: ``C:\Program Files\Android\Android Studio``
- RSMobileDir: ``C:\Users\your-user-name\Documents\GitHub\retroshare-mobile``
- RSPlatformTools: ``C:\Users\your-user-name\AppData\Local\Android\Sdk\platform-tools``

# Get RetroShare Mobile

Expand All @@ -16,6 +16,13 @@ In GitHub Desktop -> Clone Repository -> URL > ADD URL & Clone

https://github.com/RetroShare/retroshare-mobile.git

# Install Git

1. Download and install Git for windows
- https://gitforwindows.org/
- Git path : ``C:\Program Files\Git\cmd\git.exe``
- Add in Environment Variables of your account, Git to PATH: ``C:\Program Files\Git\cmd``

# Install Flutter
1. System requirements: https://flutter.dev/docs/get-started/install/windows#system-requirements
2. Download Flutter stable: https://flutter.dev/docs/get-started/install/windows#get-the-flutter-sdk
Expand Down

0 comments on commit c7c02e8

Please sign in to comment.