Skip to content

Commit

Permalink
init5
Browse files Browse the repository at this point in the history
  • Loading branch information
xeon-zolt committed Aug 30, 2016
1 parent ae0ec1e commit c2fde36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
mew
it will be a package manager translator initally
for eg i am a debian user and very comfertable with apt but not wanna use pacman commands on arch
so for eg : i use mew on arch
like
$ mew apt-get install VLC
it will be translated to
Pacman -S VLC

or for eg i use mewtwo on ubuntu

$mewtwo install VLC
it will be translated to

apt-get install VLC

it will translate package manager commands to the native package manager command of the distro

0 comments on commit c2fde36

Please sign in to comment.