Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix out of date year
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp authored Oct 1, 2024
1 parent e86b7df commit d2f3b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTB-2022
# HTB-2023

This is the website for HTB 2022.
This is the website for HTB 2023.

## How to test

Expand All @@ -13,7 +13,7 @@ docker run --volume=$(pwd):/src:Z --publish 4000:4000 grahamc/jekyll serve --wat
If you don't have Docker, [install jekyll](https://jekyllrb.com/docs/installation/) and run this:

```
$ git clone https://github.com/compsoc-edinburgh/htb21-site
$ cd htb21-site
$ git clone https://github.com/compsoc-edinburgh/htb23-site
$ cd htb23-site
$ jekyll serve
```

0 comments on commit d2f3b77

Please sign in to comment.