Skip to content

Commit 8d0a77d

Browse files
committed
clone before installing computo extension
1 parent d3eef1f commit 8d0a77d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

site/guidelines-authors.qmd

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,28 @@ In summary, before clicking on *Create repository*, you should have the options
5050
You can use Gitlab for submitting to Computo. We will be giving more detailed support for this in the future.
5151
:::
5252

53-
### Setup Quarto and Computo extension on your system {#sec-quarto}
53+
### Local setup: clone, quarto, and computo extension {#sec-quarto}
54+
55+
You should first clone the repository on your local computer. From a terminal window, run:
56+
57+
```bash
58+
# Clone the repository
59+
git clone http://github.com/<user-name>/<repository-name>.git
60+
```
5461

5562
You need [quarto](https://quarto.org/) installed on your computer, as well as the [Computo extension](https://github.com/computorg/computo-quarto-extension) to prepare your document.
5663

5764
To install Quarto, you should refer to the instructions here: <https://quarto.org/docs/get-started/>.
5865

59-
Once Quarto is properly installed locally on your computer, you can install the Computo Quarto extension from a terminal window with the following command line:
66+
Once Quarto is properly installed locally on your computer, you can install the Computo Quarto extension. To do this, open a terminal window in the folder of your local clone, and run the following command line:
6067

6168
```bash
6269
# Install computo quarto extension
6370
quarto add computorg/computo-quarto-extension
6471
```
6572

6673
::: {.callout-caution title="Multiple collaborators"}
67-
If you are collaborating with others when writing your contributions, **each collaborator** needs to:
74+
If you are collaborating with others when writing your contributions, **each collaborator** needs to perform the same three steps:
6875

6976
- clone the repository,
7077
- install Quarto,

0 commit comments

Comments
 (0)