Itai-Nelken / aptpac

A simple wrapper for 'pacman' with a syntax similar to 'apt' to help people transitioning to Arch and Arch based distributions like Manjaro.
https://itai-nelken.github.io/aptpac/
MIT License
27 stars 5 forks source link

Completely changed the README all in one commit :) #3

Closed CleanMachine1 closed 3 years ago

CleanMachine1 commented 3 years ago

@Itai-Nelken

Itai-Nelken commented 3 years ago

Will take a look when I get home

CleanMachine1 commented 3 years ago

I disagree with some of your changes, I have cancelled a few such as the binaries one, YOU SHOULDN'T DO IT

Itai-Nelken commented 3 years ago

I have cancelled a few such as the binaries one, YOU SHOULDN'T DO IT

why? I plan to try and get github-actions to build 'daily builds' for every commit/pr. and it will be the secondary method as compiling only takes a few seconds. but I on second thought I agree with you its a bad idea to add it to the readme for now.

CleanMachine1 commented 3 years ago

If you must make binaries, please still provide compilation method for others

Also you must make an armhf Arm64 and x86 binary

Itai-Nelken commented 3 years ago

If you must make binaries, please still provide compilation method for others

of course! I never meant to remove the compilation instructions or make them the secondary install method. compiling yourself is, and will always be the preferred and suggested method for aptpac.

Also you must make an armhf Arm64 and x86 binary

I'll try to get it working with github-actions, I know its possible.

Itai-Nelken commented 3 years ago

I improved the usage section a bit (formatting changes)

Itai-Nelken commented 3 years ago

I'll merge when I finish doing some clean up to the repo.

Itai-Nelken commented 3 years ago

Thanks a lot!