Skip to content

Commit c0ff70b

Browse files
committed
Update version in installation docs
1 parent de64f85 commit c0ff70b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/install/installing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,22 @@ command in your terminal to download it as above, for example:
162162

163163
.. code-block:: bash
164164
165-
curl -L -O "https://github.com/amusecode/amuse/archive/refs/tags/v2025.5.0.tar.gz"
165+
curl -L -O "https://github.com/amusecode/amuse/archive/refs/tags/v2025.9.0.tar.gz"
166166
167167
168168
This ``.tar.gz`` file needs to be unpacked first (you may need to change the version if
169169
you downloaded a newer one):
170170

171171
.. code-block:: bash
172172
173-
tar xf v2025.5.0.tar.gz
173+
tar xf v2025.9.0.tar.gz
174174
175175
176176
Then we can enter the directory with the AMUSE source code:
177177

178178
.. code-block:: bash
179179
180-
cd amuse-2025.5.0
180+
cd amuse-2025.9.0
181181
182182
183183
And then you can start the installer:
@@ -225,7 +225,7 @@ Select a version to build (use either one of these, or whichever version is rele
225225
.. code-block:: bash
226226
227227
git switch main # current development version
228-
git checkout checkout v2025.5.0 # tagged release
228+
git checkout checkout v2025.9.0 # tagged release
229229
230230
And now you can start the installer as before:
231231

0 commit comments

Comments
 (0)