You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Corofy is another tool that we'll use from chapter 7 onwards. I recommend instal
31
31
32
32
## I'll be going on a plane, how can I use the repository in an offline situation?
33
33
34
-
You'll need to install both `delayserver` and `corofy` locally on your machine while you're online. The process is described below.
34
+
You'll need to install both `delayserver` and `corofy` locally on your machine while you're online. The process is described above.
35
35
36
36
Most of the examples have no external dependencies, but from chapter 6 onwards
37
37
we will have some of them. The best way to be able to run these examples while offline is to enter each folder and use [cargo vendor](https://doc.rust-lang.org/cargo/commands/cargo-vendor.html) to vendor the dependencies locally. This way you'll be able to build and experiment with the examples even though you'll be offline.
0 commit comments