diff --git a/src/site/markdown/release-guide.md b/src/site/markdown/release-guide.md
index 78419d632f64f8454b7b1f3c7bb934cee3fb08ff..0a2e02f57db4421c18b56d163923b499afc253e0 100644
--- a/src/site/markdown/release-guide.md
+++ b/src/site/markdown/release-guide.md
@@ -326,6 +326,21 @@ set the artifacts in the release notes.
 
 Navigate to Projects > Rugged > Project Overview > Releases and make sure it looks nice.
 
+## Synchronize the Github mirror
+
+To enhance the visibility of the project, [a mirror](https://github.com/CS-SI/Rugged) is maintained on Github. 
+The releases created on Gitlab are not automatically pushed on this mirror. 
+They have to be declared manually to make visible the vitality of Rugged.
+
+1. Login to Github
+2. Go to the [Rugged releases](https://github.com/CS-SI/Rugged/releases) page
+3. Click on the [Draft a new release](https://github.com/CS-SI/Rugged/releases) button
+4. In the "Tag version" field of the form and in the "Release title" field, enter the tag of the release to be declared
+5. Describe the release as it has been done on Gitlab
+6. Click on "Publish release"
+
+Github automically adds two assets (zip and tarball archives of the tagged source code).
+
 ## Update Rugged website
 
 Several edits need to be made to the Rugged website after the vote.