ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 179 forks source link

[website: docs] adds detail to installation pages #921

Closed jmcook1186 closed 1 year ago

jmcook1186 commented 1 year ago

PR adds details on how to build from source to the installation guide in the docs. This is useful because:

a) the most recent binary release will not run on Ubuntu <23.X - this allows Ubuntu users to build for themselves between now and the next release. b) some folks want to build from source to develop Fe and this wasn't previously documented on the site.

I also added a tiny piece of CSS that adds a narrow whitespace buffer around code blocks to make code-snippet heavy pages a bit easier to read.

To-Do