From e2f7f909bbfad00bb098d707318bafadac5fa70d Mon Sep 17 00:00:00 2001 From: Piping <12042284+Piping@users.noreply.github.com> Date: Sat, 11 Apr 2020 15:01:12 -0700 Subject: [PATCH 1/2] Update README.md for new VM build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d265ff0..1e3fc32 100755 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ other languages while attempting to maintain the performance benefits of Actix. Clone the repo and cd into the repo: ```shell +sudo apt install libsqlite3-dev git clone https://github.com/ddimaria/rust-actix-example.git cd rust-actix-example ``` From 7d8f38a3e3af66280f8bcb73d4990b47dafde41f Mon Sep 17 00:00:00 2001 From: Piping <12042284+Piping@users.noreply.github.com> Date: Sat, 11 Apr 2020 17:53:20 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e3fc32..dd5e421 100755 --- a/README.md +++ b/README.md @@ -52,10 +52,15 @@ other languages while attempting to maintain the performance benefits of Actix. ## Installation -Clone the repo and cd into the repo: +Build/Runtime Dependency: ```shell sudo apt install libsqlite3-dev +``` + +Clone the repo and cd into the repo: + +```shell git clone https://github.com/ddimaria/rust-actix-example.git cd rust-actix-example ```