mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Update installation instructions, remove vendor.txt file
This commit is contained in:
parent
71ed680466
commit
1ec4dc5efc
4 changed files with 3 additions and 7 deletions
|
|
@ -63,7 +63,7 @@ features and bug fixes. The general steps for contributing are as follows:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
git clone git@github.com:yourusername/openmc.git
|
||||
git clone --recurse-submodules git@github.com:yourusername/openmc.git
|
||||
cd openmc
|
||||
git checkout -b newbranch develop
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ commands in a terminal:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
git clone https://github.com/openmc-dev/openmc.git
|
||||
git clone --recurse-submodules https://github.com/openmc-dev/openmc.git
|
||||
cd openmc
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ with GitHub since this involves setting up ssh_ keys. With git installed and
|
|||
setup, the following command will download the full source code from the GitHub
|
||||
repository::
|
||||
|
||||
git clone https://github.com/openmc-dev/openmc.git
|
||||
git clone --recurse-submodules https://github.com/openmc-dev/openmc.git
|
||||
|
||||
By default, the cloned repository will be set to the development branch. To
|
||||
switch to the source of the latest stable release, run the following commands::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue