Skip to content

Commit 3d77dd8

Browse files
authored
[website] Remove version from "Building Fluss from Source" (#1164)
1 parent f786eec commit 3d77dd8

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

website/community/dev/building.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ title: Building Fluss
2323

2424
# Building Fluss from Source
2525

26-
This page covers how to build Fluss 0.6.0-SNAPSHOT from sources.
26+
This page covers how to build Fluss from sources.
2727

28-
In order to build Fluss you need to get the source code by [clone the git repository](https://github.com/alibaba/fluss).
28+
In order to build Fluss you need to get the source code by [cloning the git repository](https://github.com/alibaba/fluss).
2929

3030
In addition, you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Fluss requires **Java 8 or Java 11** to build.
3131

@@ -40,6 +40,18 @@ To clone from git, enter:
4040
git clone [email protected]:alibaba/fluss.git
4141
```
4242

43+
If you want to build a specific release or release candidate, have a look at the existing tags using
44+
45+
```bash
46+
git tag -n
47+
```
48+
49+
and checkout the corresponding branch using
50+
51+
```bash
52+
git checkout <tag>
53+
```
54+
4355
The simplest way of building Fluss is by running:
4456

4557
```bash

0 commit comments

Comments
 (0)