Skip to content

Commit

Permalink
docs: 📝 remove "evakom" from website setup code chunk (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb authored Feb 14, 2025
1 parent 805a753 commit 6267b4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ mv sdca-theme.Rproj NEW-FOLDER.Rproj
```

Then modify the rest of the files as needed. Then continue with the next
bit of code:
bit of code (Note that you need to change `<repo-name>` and `<team-name` to
the actual names)

``` bash
git add .
git commit -m "Initial commit"
gh repo create steno-aarhus/evakom --public --source . --disable-wiki --push --team NAME
gh repo create steno-aarhus/<repo-name> --public --source . --disable-wiki --push --team <team-name>
quarto publish gh-pages
```

0 comments on commit 6267b4b

Please sign in to comment.