From 71afb6af9b702d3848418ad15281f596b0b54e1e Mon Sep 17 00:00:00 2001 From: iain maitland Date: Wed, 16 Jun 2021 09:54:57 -0400 Subject: [PATCH] Add `rustup update` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 197171a..ac60c2e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Start by clicking "Use this template" at https://github.com/emilk/egui_template/ `src/app.rs` contains a simple example app. This is just to give some inspiration - most of it can be removed if you like. -Make sure you are using the latest version of stable rust. +Make sure you are using the latest version of stable rust by running `rustup update` ### Testing locally