kopia lustrzana https://github.com/c9/core
Merge branch 'subtree/merge/core'
commit
cb1c5fa86a
|
@ -9,7 +9,7 @@ During the alpha stage, expect many things to break, not work or simply fail.
|
||||||
|
|
||||||
#### Creating Plugins ####
|
#### Creating Plugins ####
|
||||||
|
|
||||||
The best and easiest way to create plugins is on c9.io. Please check out this tutorial for how to [get started writing plugins.](http://cloud9-sdk.readme.io/v0.1/docs/getting-started)
|
The best and easiest way to create plugins is on c9.io. Please check out this tutorial for how to [get started writing plugins.](http://cloud9-sdk.readme.io/v0.1/docs/getting-started-with-cloud9-plugins)
|
||||||
|
|
||||||
We also have a tutorial for how to get started working on the core plugins. [Check out that tutorial here.](http://cloud9-sdk.readme.io/v0.1/docs/contributing-to-existing-packages)
|
We also have a tutorial for how to get started working on the core plugins. [Check out that tutorial here.](http://cloud9-sdk.readme.io/v0.1/docs/contributing-to-existing-packages)
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ case "$uname" in
|
||||||
*x86_64*) arch=x64 ;;
|
*x86_64*) arch=x64 ;;
|
||||||
*i*86*) arch=x86 ;;
|
*i*86*) arch=x86 ;;
|
||||||
*armv6l*) arch=arm-pi ;;
|
*armv6l*) arch=arm-pi ;;
|
||||||
|
*armv7l*) arch=arm-pi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
showStatus () { printf "\e[1A\e[0K\r%s\n" $1; }
|
showStatus () { printf "\e[1A\e[0K\r%s\n" $1; }
|
||||||
|
|
|
@ -24,6 +24,7 @@ case "$uname" in
|
||||||
*x86_64*) arch=x64 ;;
|
*x86_64*) arch=x64 ;;
|
||||||
*i*86*) arch=x86 ;;
|
*i*86*) arch=x86 ;;
|
||||||
*armv6l*) arch=arm-pi ;;
|
*armv6l*) arch=arm-pi ;;
|
||||||
|
*armv7l*) arch=arm-pi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
showStatus () { printf "\e[1A\e[0K\r%s\n" $1; }
|
showStatus () { printf "\e[1A\e[0K\r%s\n" $1; }
|
||||||
|
|
|
@ -18,6 +18,7 @@ case "$uname" in
|
||||||
*x86_64*) arch=x64 ;;
|
*x86_64*) arch=x64 ;;
|
||||||
*i*86*) arch=x86 ;;
|
*i*86*) arch=x86 ;;
|
||||||
*armv6l*) arch=arm-pi ;;
|
*armv6l*) arch=arm-pi ;;
|
||||||
|
*armv7l*) arch=arm-pi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if ! [[ -f ~/.c9/installed ]] && ! [[ $os == "windows" ]]; then
|
if ! [[ -f ~/.c9/installed ]] && ! [[ $os == "windows" ]]; then
|
||||||
|
|
|
@ -24,6 +24,7 @@ case "$uname" in
|
||||||
*x86_64*) arch=x64 ;;
|
*x86_64*) arch=x64 ;;
|
||||||
*i*86*) arch=x86 ;;
|
*i*86*) arch=x86 ;;
|
||||||
*armv6l*) arch=arm-pi ;;
|
*armv6l*) arch=arm-pi ;;
|
||||||
|
*armv7l*) arch=arm-pi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue