From d49c8e2420af8a54e2660f10353542e1f5740c0a Mon Sep 17 00:00:00 2001 From: Semal Patel Date: Mon, 18 Mar 2019 22:27:46 -0700 Subject: [PATCH 1/2] add cli tutorial for wget clone in rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c18b5e0..9e3c2c8 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/) * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) +* [**Rust**: Writing a wget clone in Rust](https://mattgathu.github.io/writing-cli-app-rust/) #### Build your own `Database` From 8d37a6f815eebc5623d78da0a9b6c103f76c178a Mon Sep 17 00:00:00 2001 From: Semal Patel Date: Thu, 10 Oct 2019 09:43:34 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3c2c8..c95674f 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/) * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) -* [**Rust**: Writing a wget clone in Rust](https://mattgathu.github.io/writing-cli-app-rust/) +* [**Rust**: Writing a wget clone](https://mattgathu.github.io/writing-cli-app-rust/) #### Build your own `Database`