Skip to content

Commit

Permalink
README- remove go impl info
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Sep 9, 2021
1 parent c44d831 commit 54eeff6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
![loc](https://sloc.xyz/github/nektro/aquila)
[![circleci](https://circleci.com/gh/nektro/aquila.svg?style=svg)](https://circleci.com/gh/nektro/aquila)
[![release](https://img.shields.io/github/v/release/nektro/aquila)](https://github.com/nektro/aquila/releases/latest)
[![goreportcard](https://goreportcard.com/badge/github.com/nektro/aquila)](https://goreportcard.com/report/github.com/nektro/aquila)
[![downloads](https://img.shields.io/github/downloads/nektro/aquila/total.svg)](https://github.com/nektro/aquila/releases)
[![docker_pulls](https://img.shields.io/docker/pulls/nektro/aquila)](https://hub.docker.com/r/nektro/aquila)
[![docker_stars](https://img.shields.io/docker/stars/nektro/aquila)](https://hub.docker.com/r/nektro/aquila)
Expand All @@ -17,24 +16,12 @@ A federated package index and CI system for the Zig programming language built a
- https://github.com/nektro/aquila/releases

## Building from Source
Go
```
$ go build
```

Zig
```
$ zigmod fetch
$ zig build
```

## Built With

### Go Implementation
- Go 1.16
- See [`go.mod`](./go.mod)

### Zig Implementation
- Zig master (at least `0.9.0-dev.861+311797f68`)
- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)

Expand Down

0 comments on commit 54eeff6

Please sign in to comment.