Skip to content

Commit

Permalink
Remove README.md julia syntax color
Browse files Browse the repository at this point in the history
While it is possible to have Julia syntax highlighting in REPL (terminal
or command line) using for example OhMyREPL, the first-time user will
probably not have this.
  • Loading branch information
paemurru committed Feb 22, 2024
1 parent 0402788 commit cde5576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Polymake, Antic and Singular.
OSCAR requires Julia 1.6 or newer. In principle it can be installed and used
like any other Julia package; doing so will take a couple of minutes:

```julia
```
julia> using Pkg
julia> Pkg.add("Oscar")
julia> using Oscar
Expand All @@ -31,7 +31,7 @@ in the OSCAR manual to learn more on how to contribute to OSCAR.

## Examples of usage

```julia
```
julia> using Oscar
___ ____ ____ _ ____
/ _ \/ ___| / ___| / \ | _ \ | Combining ANTIC, GAP, Polymake, Singular
Expand Down Expand Up @@ -99,7 +99,7 @@ by Submodule with 1 generator

Of course, the cornerstones are also available directly:

```julia
```
julia> C = Polymake.polytope.cube(3);
julia> C.F_VECTOR
Expand Down

0 comments on commit cde5576

Please sign in to comment.