-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stanisław
authored
Dec 7, 2018
1 parent
8904250
commit 363760c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ Prerequisites: Install [Yarn](https://yarnpkg.com/lang/en/docs/install/) package | |
* Create folder e.g. `pi` in home directory | ||
* Run `ssh [email protected]` to enter TurtleOS shell | ||
* Run `sudo chmod 777 /opt/turtlerover/ && sudo rm -R /opt/turtlerover/tcs` to delete productional TCS | ||
* In another terminal window type `sshfs [email protected]:/ pi`. This will mount whole TurtleOS filesystem in `pi` directory | ||
* On Your local machine type: `sshfs [email protected]:/ pi`. This will mount whole TurtleOS filesystem in `pi` directory | ||
* Run `cd pi/opt/turtlerover` and clone this repo | ||
* Now You can open TCS project in Your favorite editor | ||
|
||
|