Skip to content

Commit 7036e97

Browse files
committed
Release v2.0.0-beta.1
1 parent 9826a52 commit 7036e97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ specialized Readmes for recommendations on Mac OS and Windows.
5151
The release source snapshots contain pre-generated C++ code that allows you
5252
to build without requiring LLVM or Clang. This is the easiest way to build
5353
a version of Mozart 2 from source. The latest pre-generated source snapshot
54-
is [mozart2-2.0.0-beta.0-Source.zip](https://github.com/layus/mozart2/releases/download/v2.0.0-beta.0/mozart2-2.0.0-beta.0-Source.zip).
54+
is [mozart2-2.0.0-beta.1-Source.zip](https://github.com/mozart/mozart2/releases/download/v2.0.0-beta.1/mozart2-2.0.0-beta.1-Source.zip).
5555

5656
To build from the snapshot:
5757

58-
$ wget https://github.com/layus/mozart2/releases/download/v2.0.0-beta.0/mozart2-2.0.0-beta.0-Source.zip
59-
$ unzip mozart2-2.0.0-beta.0-Source.zip
60-
$ cd mozart2-2.0.0-beta.0-Source/
58+
$ wget https://github.com/layus/mozart2/releases/download/v2.0.0-beta.1/mozart2-2.0.0-beta.1-Source.zip
59+
$ unzip mozart2-2.0.0-beta.1-Source.zip
60+
$ cd mozart2-2.0.0-beta.1-Source/
6161
$ cmake .
6262
$ make
6363
$ make install

0 commit comments

Comments
 (0)