1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-12 08:06:04 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gauer 7417f01d5d
Update README.md with new clone instructions 2023-09-19 20:51:05 -04:00
Dave Gauer d699fc1824 Announce move to Codeberg in README 2023-09-19 21:18:27 -04:00

View File

@ -1,5 +1,13 @@
# Ziglings
## ⚠️ Attention! Ziglings has moved to Codeberg!
Check out our handy new URL: https://ziglings.org
Or visit the repo directly at: https://codeberg.org/ziglings/exercises
***
Welcome to Ziglings! This project contains a series of tiny
broken programs (and one nasty surprise). By fixing them, you'll
learn how to read and write [Zig](https://ziglang.org/) code.
@ -51,8 +59,8 @@ $ zig version
Clone this repository with Git:
```
$ git clone https://github.com/ratfactor/ziglings
$ cd ziglings
$ git clone https://ziglings.org
$ cd ziglings.org
```
Then run `zig build` and follow the instructions to begin!