Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 39e9526

Browse files
authored
Add simple install details
1 parent 00d9f3e commit 39e9526

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ Those are all changes made in the current DIR, by date, while the current progra
4848

4949
---
5050

51-
### Simple run:
51+
### Simple run
5252

5353
This is a monolithic script written in php. It will take care to create a hidden backup directory `.scs` in the home folder.<br>
5454
The following tools are necessary on the system. (Notice `scs` might verify and update them at the first launch)
5555

56-
php curl xdotool diffutils colordiff wdiff
56+
sudo apt install php curl xdotool diffutils colordiff wdiff
5757

5858
The simplest usage is to put `scs` in the target directory and run it:
5959

60-
./scs
60+
wget https://webdev23.github.io/source_control_sentry/scs && chmod +x scs && ./scs
6161

6262
---
6363

64-
## Global Installation:
64+
## Global Installation (Recommended)
6565

6666
To install globally in one command, with all the dependencies and shortcuts, you can use my <a href="https://github.com/webdev23/phi">dedicated tool φ phi</a>.
6767

0 commit comments

Comments
 (0)