Commit 79d1b68
authored
Correct install instructions for compiling from source (#950)
Adds the `-r` flag to the cargo build command to ensure the following step that checks for a successful build runs correctly.
Currently a debug build is produced and the following command attempts to run a release version of the code that has never been built.
Also adds instructions to change directories into the Fe repository directory before attempting to build.1 parent 190ac03 commit 79d1b68
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | | - | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| |||
0 commit comments