msgstr "Installieren `ord`" #: src\guides/inscriptions.md:91 msgid "" "The `ord` utility is written in Rust and can be built from [source](https://" "github.com/ordinals/ord). Pre-built binaries are available on the [releases " "page](https://github.com/ordinals/ord/releases)." msgstr "" "Das Dienstprogramm \"ord\" ist in Rust geschrieben und kann aus [Quelle]" "(https://github.com/ordinals/ord) erstellt werden. Vorgefertigte " "Binärdateien sind auf der [Releases-Seite](https://github.com/ordinals/ord/" "releases) verfügbar." #: src\guides/inscriptions.md:95 msgid "You can install the latest pre-built binary from the command line with:" msgstr "" "Sie können die neueste vorgefertigte Binärdatei über die Befehlszeile " "installieren mit:" #: src\guides/inscriptions.md:97 msgid "" "```sh\n" "curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash " "-s\n" "```" msgstr "" "```sh\n" "curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash " "-s\n" "```" #: src\guides/inscriptions.md:101