| Hash | Commit message | Author | Date | Files | + | - |
1 | commit abf18b195b4c3e5ed1e8620185373faf53992bf5 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Jul 8 06:21:08 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230708 |
6 | --- |
7 | README.md | 8 ++++---- |
8 | 1 file changed, 4 insertions(+), 4 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index da32052..a26c0b6 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -11,19 +11,19 @@ To install the Snip Snippet Editor, follow these steps: |
15 | 1. Clone the repository: |
16 | |
17 | ```shell |
18 | - $ git clone https://gitlab.com/a4to/snip.git |
19 | + git clone https://gitlab.com/a4to/snip.git |
20 | ``` |
21 | |
22 | 2. Change to the snip directory: |
23 | |
24 | ```shell |
25 | - $ cd snip |
26 | + cd snip |
27 | ``` |
28 | |
29 | 3. Run the install script: |
30 | |
31 | ```shell |
32 | - $ make install |
33 | + make install |
34 | ``` |
35 | |
36 | The Snip Snippet Editor and its dependencies will be installed. |
37 | @@ -75,7 +75,7 @@ To install the Snip Snippet Editor, follow these steps: |
38 | To launch the Snip Snippet Editor, simply run the following command: |
39 | |
40 | ```shell |
41 | -$ snip |
42 | +snip |
43 | ``` |
44 | |
45 | This will open the graphical interface using `dialog` where you can perform various operations, such as creating new |