Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 9d62de3

Browse files
author
Lunte
committed
Update README.md
1 parent 8578630 commit 9d62de3

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ Fext is a modern, small, fast, Go powered package manager for Python.
66
## Features
77
- **Speed.** Fast packages downloading and installation process.
88
- **Dependencies free.** Fext is designed with minimum use of dependencies.
9-
- **Shorcuts.** Every command has it's own shortcut for fastest user expirience.
9+
- **Shortcuts.** Every command has it's own shortcut for fastest user experience.
1010
- **Backward compatibility.** Every function designed to be compatible with PIP.
1111

1212
## Installation
13-
Installation progress is dead simple.
13+
Installation progress is simple.
1414
All you have to do is use [pip](https://github.com/pypa/pip):
1515
```bash
1616
pip install fext-cli
1717
```
18-
Or standalone script:
19-
```bash
20-
curl -L https://fextpgk.org/install.sh | sh
21-
```
2218

2319
## Basic usage
2420
To install a package use:
@@ -29,16 +25,7 @@ To uninstall:
2925
```
3026
fext u(ninstall) <package(s)> # fext u aiohttp
3127
```
32-
More commands can be found in [documentation](https://fext.readthedocs.io/en/latest/).
28+
More commands can be found in [documentation](https://fext.lunte.dev/commands.html).
3329

3430
## Bugs
3531
If you encounter some bugs or problems, please be free to use [Issues page](https://github.com/fextpkg/cli/issues).
36-
37-
## Contributing
38-
If you want to help the Fext project, you can open pull request. If you want to do major changes, please open issue first.
39-
Other way, you can
40-
41-
<a href='https://ko-fi.com/snittle' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />
42-
43-
## License
44-
Fext built via MIT license.

0 commit comments

Comments
 (0)