Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMiKAZOW authored and anatol committed Oct 20, 2024
1 parent e925c4c commit e78cdf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ utilities provided by [android-tools][android-tools].
# Motivation

[Many][void-linux] [Linux][arch-linux] [distributions][alpine-linux] have
[a package called android-tools][repology] which ships essential android command
[a package called android-tools][repology] which ships essential Android command
line tools like adb or fastboot. Sadly the upstream build system for
those tools is rather complex and doesn't allow building the command
line tools only.

Linux Distribution therefore mostly ship their own build systems for
Linux distributions therefore mostly ship their own build systems for
building the command line utilities. This repository aims to make
packaging of android command utilities easier by providing a simple
CMake based build system and a ready-to-use tarball which doesn't
require cloning all of the required git repositories manually. Besides
this makes it easy to collect all patches required to build standalone
android command line utilities in a central place.
Android command line utilities in a central place.

# Status

Expand Down

0 comments on commit e78cdf0

Please sign in to comment.