README: remove unneeded submodules instructions
We do not use git submodules any more.
We do not use git submodules any more.
https://github.com/input-output-hk/jormungandr/releases/latest
```sh
git clone --recurse-submodules https://github.com/input-output-hk/jormungandr
git clone https://github.com/input-output-hk/jormungandr
cd jormungandr
git checkout tags/<latest release tag> #replace this with something like v1.2.3
git submodule update
cargo install --locked --path jormungandr # --features systemd # (on linux with systemd)
cargo install --locked --path jcli
```
Signed-off-by: Rafael Korbas <[email protected]>
Instead of taking stake verification key files. Stake addresses is the more sensible choice since MIR certs really contain a stake credential and a stake address is basically a wrapper for a stake credential. There's no need to keep both options (key files and stake addrs) since we can already convert from a stake vkey file to a stake address. It's strictly more general, since this now support script-flavour stake addresses. And sometimes we only have the stake address, not the vkey.
add icons for dashboard and dleegationList tab
* New translations en-US.json (Dutch) * New translations en-US.json (de-DE) * New translations en-US.md (Turkish) * New translations en-US.md (zh-Hans) * New translations en-US.md (zh-Hant) * New translations en-US.md (Portuguese, Brazilian) * New translations en-US.md (id-ID) * New translations en-US.md (Croatian) * New translations en-US.md (ru-RU) * New translations en-US.md (Slovak) * New translations en-US.md (Dutch) * New translations en-US.md (ko-KR) * New translations en-US.md (fr-FR) * New translations en-US.md (Spanish) * New translations en-US.md (Czech) * New translations en-US.md (de-DE) * New translations en-US.md (Greek) * New translations en-US.md (Italian) * New translations en-US.md (ja-JP) * New translations en-US.md (Dutch) * New translations en-US.md (Dutch)
removed Shelley references