Skip to content

Commit

Permalink
1.0.0.180930_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsjsky committed Sep 30, 2018
1 parent a3b8af2 commit 0164831
Show file tree
Hide file tree
Showing 10 changed files with 966 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ Before using CSTK, firstly add the path of CSTK into the environment variable $P

``` bash
PATH=/home/<yourUserName>/bin/CSTK:$PATH
chmod u+x /home/<yourUserName>/bin/CSTK/*.{pl,R,py,sh}
```

You can add the command into your configuration file of environment (in general, it's `/home/<yourUserName>/.bashrc`), so that the CSTK is available to be used after you login every time:
You can add the first command line into your configuration file of environment (in general, it's `/home/<yourUserName>/.bashrc`), so that the CSTK is available to be used after you login every time:

``` bash
cat <EOF >>/home/<yourUserName>/.bashrc
Expand Down
4 changes: 4 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Version 1.0.1
## 1. Update README
## 2. Add more scripts
Add
Loading

0 comments on commit 0164831

Please sign in to comment.