|
【General】
Error in RK3399 docs
Posted at 8/10/2018 00:08:44
View:3294
|
Replies:1
Print
Only Author
[Copy Link]
1#
There is an error on this page: http://en.t-firefly.com/doc/product/info/439.html
This command:- git remote add gitlab https://gitlab.com/TeeFirefly/FireNow-Nougat.gitgit pull gitlab firefly-rk3399:firefly-rk3399
Copy the code
should be split up like
- git remote add gitlab https://gitlab.com/TeeFirefly/FireNow-Nougat.git
Copy the code
and
- git pull gitlab firefly-rk3399:firefly-rk3399
Copy the code |
|