From 54eeff605f0e981a51517656426a43a8a413047a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 9 Sep 2021 04:28:13 -0700 Subject: [PATCH] README- remove go impl info --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 6e6d496..7ac772f 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)