Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 30f18e5

Browse files
committed
tidy
1 parent c28cc71 commit 30f18e5

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Jiacai Liu <dev@liujiacai.net>
3+
Copyright (c) 2025 ZigCC contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,24 @@
66

77
</div>
88

9-
# Contents
10-
11-
- [Dependencies](#dependencies)
12-
- [Install](#install)
13-
- [Contributing](#contributing)
14-
- [License](#license)
15-
169
# Dependencies
1710

1811
- `bash`, `python3`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
1912
- asdf 0.16+
2013

2114
# Install
2215

23-
Plugin:
16+
First add asdf-zig as plugin:
2417

2518
```shell
2619
asdf plugin add zig https://github.com/zigcc/asdf-zig.git
2720
```
2821

29-
asdf-zig:
22+
Then use `asdf-zig` to install zig:
3023

3124
```shell
3225
# Show all installable versions
33-
asdf list-all zig
26+
asdf list all zig
3427

3528
# Install specific version
3629
asdf install zig latest

scripts/format.bash

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)