Skip to content

Commit 32d7504

Browse files
committed
Minor modifications to README.
1 parent 46cd46e commit 32d7504

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ vendor
1414
.Rproj.user
1515
.env-secret
1616
.fake
17+
*_files/

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,31 @@
44
This repository stores the source of Computorg.
55

66

7-
## How to contribute to the website:
7+
## How to contribute to the website
88

9-
- install quarto
10-
- install dotnet-sdk-8.0
9+
- Install [quarto](https://quarto.org/docs/get-started/)
1110

11+
- Install DotNet SDK 8.0
12+
13+
- Linux:
1214
```bash
1315
sudo apt-get install dotnet-sdk-8.0
1416
```
17+
- macOS:
18+
```bash
19+
brew install dotnet
20+
```
1521

16-
- create an API key on github
22+
- Create an API key on github (personal access token)
1723

18-
- go to your settings
24+
- Go to your settings
1925
- Then developer settings
2026
- Then create a github token
2127

22-
- Put the token in .env-secret in the root of this repository
28+
- Put the token in a file named `.env-secret` in the root of this repository
2329

2430
```bash
2531
GITHUB_TOKEN=your_github_token
2632
```
2733

28-
- Now, you can compile the website with
29-
30-
quarto-render
34+
- Now, you can compile the website with `quarto render .`

0 commit comments

Comments
 (0)