elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
98 stars 22 forks source link

Simple step by step install instructions on Rasp Pi 3+ #335

Open nodecentral opened 1 year ago

nodecentral commented 1 year ago

Hi

I’m trying to install GEDCOM on a Raspberry Pi (3+) but I’m not having much luck - the wiki install instructions unfortunately assume a level of compentency - which sadly I don’t seem to have :-(

Please could someone take me through it step by step to get it up and running on a fresh Pi ?

Many thanks..

elliotchance commented 1 year ago

This repository is a command line tool for working with GEDCOM files. You need to download gedcom-linux version and run it in a terminal: https://github.com/elliotchance/gedcom/releases

nodecentral commented 1 year ago

Hi Elliot,

When I try that it give me the following error ?

pi@raspberrypi:~ $ git clone https://github.com/elliotchance/gedcom/releases/download/v39.5.3/gedcom-linux.zip
Cloning into 'gedcom-linux.zip'...
remote: Not Found
fatal: repository 'https://github.com/elliotchance/gedcom/releases/download/v39.5.3/gedcom-linux.zip/' not found
pi@raspberrypi:~ $

It allows me to download it on my iPad, but not when I call the same address from my Pi.?

nodecentral commented 1 year ago

Sorry doh, I was trying to clone - should have used wget.. :-)