-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplify installation process #7
Comments
I wonder if it would be easier to just send via the remarkable cloud and use rmapi to send the docs? |
i think it depends on your needs. the reason i like pocket a lot is that there are existing integrations for my other devices (and i already had an account there):
getting this to work on my phone with a push to remarkable cloud is a bit difficult i think. |
Not clear if I understand what you are saying: |
ok, i misinterpreted your comment. interesting idea, will think about it. |
Would you be willing to use github actions / github releases to build a pre-compiled version of the ARM binary? Downside is you'd also probably need to start versioning them, which can be a hassle. |
Yeah i would be open to that. Would that help a lot? I guess it would be mainly helpful if all go binaries were present (also pocket2rm-setup for windows/mac/linux such that it’s no longer needed to compile manually? |
@faroit: getting rid of regarding rmapi: do you know if it's possible to place files in a random place on the device using this? from glancing over the repo, it seems that this is only works for placing files inside the "My files" part of the device ( i need to place files in:
do you know if this works with |
hi @GliderGeek and all, Would you consider having a script to do all the install? also on your point to have a popup, it will have a dependency on a cli app like I know in python its called argparser not sure in go :D |
in the meantime the installation has been significantly simplified by the introduction of a single install script. it would still be nice to make this an order of magnitude easier, such that non-devs can also use this. |
I'd like to install this, but the instructions are not clear to me. Do I need to install golang? What does 'clone or download this repository' mean? I'd also like to see an uninstall 'magic phrase', just in case. To give you an idea of my competence using the command line: I can ssh into the device, I installed the ddvk hacks without any trouble. |
yes
the green button on the main repository page. if you dont know what cloning means, i would go for download.
There is none at the moment. There are a few files copied to your device we you should manually remove to uninstall. I understand that this might be a bit intimidating when you're not familiar with software development. |
currently difficult for someone without programming knowledge. potential improvements:
The text was updated successfully, but these errors were encountered: