Make hackers readme executable
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d8a69a75a8
commit
11f80a6387
1 changed files with 6 additions and 0 deletions
6
HACKERS_README
Normal file → Executable file
6
HACKERS_README
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
cat << eof
|
||||
|
||||
Hey hackers,
|
||||
|
||||
cdist has not been published, you're accessing a early in developent
|
||||
|
@ -11,6 +13,10 @@ Do not believe anything written in cdist, besides what's written in this file
|
|||
|
||||
What you can do so far: (executed from top level directory)
|
||||
|
||||
The following code will get executed if you run this README:
|
||||
|
||||
eof
|
||||
|
||||
# prepare use:
|
||||
export PATH="$PATH:$(pwd -P)/bin"
|
||||
object_tmp=/tmp/localhost/objects
|
||||
|
|
Loading…
Reference in a new issue