...
2. Change directory to point at your local copy. If this is a new project or you are pulling down from the BMP for the first time,.
Create a new directory first. (a.k.a. CWDmyanswerSpace)
Code Block | ||||
---|---|---|---|---|
| ||||
cd myuser/myprojects/CWDmyanswerSpace |
3. Set the project scope to the online URL for your answerSpace.
Code Block | ||||
---|---|---|---|---|
| ||||
blinkm bmp scope https://exampleblinkm.comco/projectmyanswerSpace |
- This saves this information in a `.blinkmrc.json` file in the CWDmyanswerSpace, so you can version it with your project files if you like
- you may have to repeat this step later if you work on a new project, or if you chose not to version the `.blinkmrc.json` file
...