Hi Guys,
Good day,
I have an issue trying to setup Ordinals library:
Command 'ord' not foundI'm running a node on ubuntu 22.04, node is running fine & synced but i can't get Ord to work!
I did follow the official guide:
https://github.com/ordinals/ordInstalled >> libssl-dev & Rust
Then did the build:
git clone https://github.com/ordinals/ord.git
cd ord
cargo build --release
To this point all good no error, but when I run:
I get error: command 'ord' not foundI tried to install it using:
curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s
install.sh: error: ord already exists in /home/btc/binCan anyone help?
Thanks.