Skip to content

Commit 49ad6f0

Browse files
committed
Updated README.md
1 parent bed631b commit 49ad6f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SHORTISH
22

3-
Shortish is a URL shortening webapp which is used to shorten any url.
3+
Shortish is a URL shortening webapp which is used to shorten any URL. Shortish also gives you a choice to customize your shortened URLs.
44

55
## Instructions
66

7-
1. Get the source code on your pc via git.
7+
1. Get the source code on your pc via git and navigate inside the folder through your terminal.
88

99
```
1010
git clone https://github.com/altruistcoder/URL_Shortener
1111
```
12-
2. Create a virtual environment.
12+
2. Create a virtual environment and navigate inside it.
1313

1414
```
1515
virtualenv venv
@@ -21,7 +21,7 @@ Shortish is a URL shortening webapp which is used to shorten any url.
2121
```
2222
For mac users:
2323
24-
source venv/bin/activate
24+
source bin/activate
2525
2626
For windows users:
2727
@@ -41,4 +41,4 @@ Shortish is a URL shortening webapp which is used to shorten any url.
4141
python manage.py migrate
4242
python manage.py runserver
4343
```
44-
8. That's it, shortish is ready. You can run it at [127.0.0.1:8000/](127.0.0.1:8000/).
44+
8. That's it, Shortish is ready. You can run it at [127.0.0.1:8000] (127.0.0.1:8000).

0 commit comments

Comments
 (0)