mirror of
https://github.com/caylakpenguen/bashblog.git
synced 2025-03-16 21:27:05 +03:00
Update README.md
This commit is contained in:
parent
251e968314
commit
57469bbd5e
|
@ -12,11 +12,14 @@ You can read [the initial blog post](http://mmb.pcb.ub.es/~carlesfe/blog/creatin
|
|||
Usage
|
||||
-----
|
||||
|
||||
Download bb.sh into a public folder of yours and run it:
|
||||
You only need SSH access to a server which allows its users to run shell scripts.
|
||||
|
||||
Copy bb.sh into a public folder of yours and run it:
|
||||
|
||||
./bb.sh
|
||||
|
||||
This will show the available commands
|
||||
This will show the available commands. If the file is not executable, you can either `chmod +x bb.sh`
|
||||
or run it with `bash bb.sh`
|
||||
|
||||
**Before creating a blog post, edit `bb.sh` and modify the variables in the `global_variables()` function or create a `.config` file with your configutation values**
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user