Skip to content
Snippets Groups Projects
Commit d46f5848 authored by kpetersn's avatar kpetersn
Browse files

Moved the 'cd motorVMC' from step 4.3 to step 4.2.

parent b0946d9c
No related branches found
No related tags found
No related merge requests found
...@@ -31,13 +31,14 @@ Resolving deltas: 100% (7/7), done. ...@@ -31,13 +31,14 @@ Resolving deltas: 100% (7/7), done.
### 4.2 Confirm directories exist ### 4.2 Confirm directories exist
``` ```
$ tree -d motorVMC $ cd motorVMC
$ tree -d .
``` ```
<details> <details>
<summary>output</summary> <summary>output</summary>
``` ```
motorVMC .
├── configure ├── configure
├── iocs ├── iocs
│ └── vmcIOC │ └── vmcIOC
...@@ -59,7 +60,6 @@ motorVMC ...@@ -59,7 +60,6 @@ motorVMC
### 4.3 Build motorVMC (Attempt #1) ### 4.3 Build motorVMC (Attempt #1)
``` ```
$ cd motorVMC
$ make $ make
``` ```
<details> <details>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment