find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;

This commit is contained in:
Nico Schottelius 2019-12-31 11:29:08 +01:00
commit 7b6c02b3ab
68 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,17 @@
Hacking
=======
How to hack on the code.
[ to be done by Balazs:
* make nice
* indent with shell script mode
]
* git clone the repo
* cd to the repo
* Setup your venv: python -m venv venv
* . ./venv/bin/activate # you need the leading dot for sourcing!
* Run ./bin/ucloud-run-reinstall - it should print you an error
message on how to use ucloud