Skip to content

Commit

Permalink
Add note about Go toolchain needing to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Jun 4, 2023
1 parent 2b1c263 commit c5557bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "husk"
version = "0.1.2"
version = "0.1.3"
authors = ["Hunter Wittenborn <hunter@hunterwittenborn.com>"]
edition = "2021"
description = "Rust bindings for the mvdan.cc/sh Golang library"
Expand Down
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//! This crate provides bindings to the [`mvdan.cc/sh` Golang library](https://pkg.go.dev/mvdan.cc/sh).
//!
//! # Note
//! As this library is a wrapper around a Golang library, you'll need the [Go
//! toolchain](https://go.dev/) installed on your system in order to build it.
pub mod shell;
pub mod syntax;
pub mod util;
Expand Down

0 comments on commit c5557bd

Please sign in to comment.