Skip to content

Commit aaa8966

Browse files
authored
Add Julia color syntax highlighting to README (#1058)
[skip ci]
1 parent 801f58c commit aaa8966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
# Quickstart
1111

1212
1. Install `BinaryBuilder`
13-
```
13+
```julia
1414
using Pkg; Pkg.add("BinaryBuilder")
1515
```
1616

1717
2. Run the wizard.
18-
```
18+
```julia
1919
using BinaryBuilder
2020
BinaryBuilder.run_wizard()
2121
```

0 commit comments

Comments
 (0)