Skip to content

Commit

Permalink
Add note about ARM processors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pool2win committed Aug 22, 2024
1 parent 298364b commit d15478c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

image:https://github.com/pool2win/bitcoin-dsl/actions/workflows/contracts-ci.yml/badge.svg[![CI Badge]


== Documentation

See link:https://opdup.com/bitcoin-dsl/index.html[detailed documentation].

== Bitcoin DSL - Mission

Make is easy to experiment with bitcoin contracts.
Expand All @@ -23,6 +28,8 @@ and your life will be easier.
just pull
----

On ARM machines, you will need to build the image. See <<dockerize>>.

.Run a script from terminal
[source,bash]
----
Expand All @@ -39,7 +46,7 @@ just run ./lib/contracts/ark/single_payment.rb
just lab
----

=== Build Docker Image Locally
=== Build Docker Image Locally [[dockerize]]

If you want to buid a docker image locally you can use the just
recipes provided. We build bitcoind from source, so it'll take some
Expand Down

0 comments on commit d15478c

Please sign in to comment.