Skip to content

Commit

Permalink
Fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkin0 authored Oct 7, 2023
1 parent 1cb0e20 commit 3e4bf5b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ A simple C project builder script.
1. Download the shell script:

```sh
curl https://github.com/jkin0/cprojb/cprojb.sh
wget https://raw.githubusercontent.com/jkin0/cprojb/master/cprojb.sh
```

2. Make the script global:
2. Give the script permissions:

```sh
chmod +x ./cprojb.sh
```

3. Make the script global:

```sh
sudo mv cprojb.sh /usr/bin/cprojb
Expand Down Expand Up @@ -49,4 +55,4 @@ test: created Makefile
test: created .gitignore
test: created README.md
cprojb: successfully created project 'test'
```
```

0 comments on commit 3e4bf5b

Please sign in to comment.